From bc63bb736a5f201a65c0477849d446c6554a024a Mon Sep 17 00:00:00 2001 From: Mackenzie Clark Date: Thu, 20 Dec 2018 21:58:00 -0800 Subject: [PATCH] this shouldn't be here --- src/common/stdio.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/common/stdio.rs b/src/common/stdio.rs index 01f9e80b8..2625136bc 100644 --- a/src/common/stdio.rs +++ b/src/common/stdio.rs @@ -1,5 +1,4 @@ use libc; -use crate::file_descriptor::FileDescriptor; use std::io::BufReader; use std::io::Read; use crate::common::file_descriptor::FileDescriptor;