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
No related merge requests found
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
extern crate redoxfs; extern crate redoxfs;
extern crate syscall; extern crate syscall;
use std::{env, process, str, time}; use std::{env, process, time};
use redoxfs::FileSystem; use redoxfs::FileSystem;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment