about summary refs log tree commit diff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2016-09-02 14:26:16 -0400
committerNiko Matsakis <niko@alum.mit.edu>2016-09-06 11:18:10 -0400
commit2446e258fcc0f5554f91e54d2f849da4dd69a026 (patch)
tree9c7a62d12c62089399f6ea360d75069542ca73cf
parent07df8125e6a32796a14ac253aa0df2a0847098b6 (diff)
downloadrust-2446e258fcc0f5554f91e54d2f849da4dd69a026.tar.gz
rust-2446e258fcc0f5554f91e54d2f849da4dd69a026.zip
kill extra `use`
-rw-r--r--src/librustc/dep_graph/raii.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc/dep_graph/raii.rs b/src/librustc/dep_graph/raii.rs
index 4445a02785b..e4f572902f9 100644
--- a/src/librustc/dep_graph/raii.rs
+++ b/src/librustc/dep_graph/raii.rs
@@ -9,7 +9,6 @@
 // except according to those terms.
 
 use hir::def_id::DefId;
-use std::cell::RefCell;
 use super::DepNode;
 use super::thread::{DepGraphThreadData, DepMessage};