Temporary fix for rustc warning false-positive?
This commit is contained in:
parent
1ac6efedd1
commit
976d17785e
@ -3,6 +3,7 @@
|
|||||||
|
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
#![allow(dead_code)]
|
#![allow(dead_code)]
|
||||||
|
#![allow(unused_variables)] // Temporary fix for rustc false positive. To be removed.
|
||||||
|
|
||||||
use std::hash::{Hash, Hasher};
|
use std::hash::{Hash, Hasher};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user