Temporary fix for rustc warning false-positive?

This commit is contained in:
mcarton 2016-03-16 19:26:14 +01:00
parent 1ac6efedd1
commit 976d17785e
1 changed files with 1 additions and 0 deletions

View File

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