Remove temporary fix now unneeded

This commit is contained in:
mcarton 2016-08-28 19:15:14 +02:00
parent 3f43996aa5
commit ee3f3bf260
No known key found for this signature in database
GPG key ID: 5E427C794CBA45E8

View file

@ -3,7 +3,6 @@
#![deny(warnings)]
#![allow(dead_code)]
#![allow(unused_variables)] // Temporary fix for rustc false positive. To be removed.
use std::hash::{Hash, Hasher};