From a9da8e7a57acb576be46c488061a6a38c60cc35f Mon Sep 17 00:00:00 2001
From: Ian Douglas Scott <ian@iandouglasscott.com>
Date: Mon, 11 Sep 2017 10:22:27 -0700
Subject: [PATCH] Remove unused import causing lint

---
 mkfs/main.rs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mkfs/main.rs b/mkfs/main.rs
index e0f6f00..3e8ee5c 100644
--- a/mkfs/main.rs
+++ b/mkfs/main.rs
@@ -3,7 +3,7 @@
 extern crate redoxfs;
 extern crate syscall;
 
-use std::{env, process, str, time};
+use std::{env, process, time};
 
 use redoxfs::FileSystem;
 
-- 
GitLab