We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f1c5b45 commit b1353e6Copy full SHA for b1353e6
tests/compile-fail/derive.rs
@@ -3,7 +3,6 @@
3
4
#![deny(warnings)]
5
#![allow(dead_code)]
6
-#![allow(unused_variables)] // Temporary fix for rustc false positive. To be removed.
7
8
use std::hash::{Hash, Hasher};
9
0 commit comments