Skip to content

Commit 649b20e

Browse files
committed
Allow unused_variables lint to placate test failure exposed by macos builders.
1 parent fe4d8d8 commit 649b20e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/run-pass/issues/issue-45731.rs

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
// except according to those terms.
1010

1111
// run-pass
12+
#![allow(unused_variables)]
1213
// compile-flags:--test -g
1314

1415
#[cfg(target_os = "macos")]

0 commit comments

Comments
 (0)