Skip to content

Commit 1fa9fe6

Browse files
committed
Temporary fix for rustc warning false-positive?
1 parent 854db64 commit 1fa9fe6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/compile-fail/derive.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

88
use std::hash::{Hash, Hasher};
99

0 commit comments

Comments
 (0)