]> git.lizzy.rs Git - rust.git/commitdiff
Allow `unused_variables` lint to placate test failure exposed by macos builders.
authorFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 27 Sep 2018 19:00:21 +0000 (21:00 +0200)
committerFelix S. Klock II <pnkfelix@pnkfx.org>
Thu, 27 Sep 2018 19:00:44 +0000 (21:00 +0200)
src/test/run-pass/issues/issue-45731.rs

index 568d6674c3a04e9355614cae404ac24a67a881a8..27ecc566233d3b5998158f39fa46207a61c3bf91 100644 (file)
@@ -9,6 +9,7 @@
 // except according to those terms.
 
 // run-pass
+#![allow(unused_variables)]
 // compile-flags:--test -g
 
 #[cfg(target_os = "macos")]