Skip to content
Snippets Groups Projects
Unverified Commit a9da8e7a authored by Ian Douglas Scott's avatar Ian Douglas Scott
Browse files

Remove unused import causing lint

parent 8f41e5a7
No related branches found
No related tags found
1 merge request!34Remove unused import causing lint
......@@ -3,7 +3,7 @@
extern crate redoxfs;
extern crate syscall;
use std::{env, process, str, time};
use std::{env, process, time};
use redoxfs::FileSystem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment