summary refs log tree commit diff
path: root/src/librustc_borrowck/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/librustc_borrowck/lib.rs')
-rw-r--r--src/librustc_borrowck/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/librustc_borrowck/lib.rs b/src/librustc_borrowck/lib.rs
index c2677cc3fd0..b7cfda28092 100644
--- a/src/librustc_borrowck/lib.rs
+++ b/src/librustc_borrowck/lib.rs
@@ -20,7 +20,6 @@
 #![allow(non_camel_case_types)]
 
 #![feature(core)]
-#![feature(hash)]
 #![feature(int_uint)]
 #![feature(quote)]
 #![feature(rustc_diagnostic_macros)]