Merge "Remove libterm from implicit crates"

This commit is contained in:
Matthew Maurer
2020-01-10 16:23:32 +00:00
committed by Gerrit Code Review

View File

@@ -29,7 +29,6 @@ var (
DefaultEdition = "2018"
Stdlibs = []string{
"libstd",
"libterm",
"libtest",
}