]> git.lizzy.rs Git - rust.git/commitdiff
Remove temporary fix now unneeded
authormcarton <cartonmartin+git@gmail.com>
Sun, 28 Aug 2016 17:15:14 +0000 (19:15 +0200)
committermcarton <cartonmartin+git@gmail.com>
Wed, 31 Aug 2016 16:22:36 +0000 (18:22 +0200)
tests/compile-fail/derive.rs

index 775669dcbd508f0e2f06327855e7624630a74c6e..06f1388dc056916b978d6cb977d4bb965ebfcf63 100644 (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};