about summary refs log tree commit diff
path: root/src/test/run-pass/lazy-init.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/run-pass/lazy-init.rs')
-rw-r--r--src/test/run-pass/lazy-init.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/run-pass/lazy-init.rs b/src/test/run-pass/lazy-init.rs
index d71d7e751a0..a4a3edf71c0 100644
--- a/src/test/run-pass/lazy-init.rs
+++ b/src/test/run-pass/lazy-init.rs
@@ -8,6 +8,7 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#![allow(unused_mut)]
 
 
 fn foo(x: isize) { println!("{}", x); }