Skip to content
Snippets Groups Projects
Commit 9c907a22 authored by Jeremy Soller's avatar Jeremy Soller Committed by GitHub
Browse files

Merge pull request #34 from ids1024/import

Remove unused import causing lint
parents 8f41e5a7 a9da8e7a
No related branches found
No related tags found
No related merge requests found
......@@ -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