Remove unused cargo feature
This commit is contained in:
+1
-5
@@ -15,12 +15,8 @@ default = ["std"]
|
||||
|
||||
std = []
|
||||
|
||||
# Enables functionality to actually read the filesystem, which is only done in
|
||||
# the kernel. (Writing to the filesystem is done in utils, and that crate only
|
||||
# needs the type definitions).
|
||||
kernel = []
|
||||
|
||||
[dev-dependencies]
|
||||
# FIXME remove loggers
|
||||
log = "0.4"
|
||||
env_logger = "0.8"
|
||||
anyhow = "1"
|
||||
|
||||
Reference in New Issue
Block a user