uucore: make features opt-in rather than opt-out

This commit is contained in:
Alex Lyon
2018-03-12 20:21:38 -07:00
parent 1b826f03a3
commit 9ae07fec34
+1 -1
View File
@@ -20,7 +20,7 @@ process = ["libc"]
signals = []
entries = ["libc"]
wide = []
default = ["fs", "libc", "utf8", "encoding", "parse_time", "mode", "utmpx", "process", "entries", "signals", "wide"]
default = []
[lib]
path = "lib.rs"