Skip to content

Commit 976d177

Browse files
committed
Temporary fix for rustc warning false-positive?
1 parent 1ac6efe commit 976d177

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/compile-fail/derive.rs

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33

44
#![deny(warnings)]
55
#![allow(dead_code)]
6+
#![allow(unused_variables)] // Temporary fix for rustc false positive. To be removed.
67

78
use std::hash::{Hash, Hasher};
89

0 commit comments

Comments
 (0)