about summary refs log tree commit diff
path: root/src/test/bench/sudoku.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/test/bench/sudoku.rs')
-rw-r--r--src/test/bench/sudoku.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/bench/sudoku.rs b/src/test/bench/sudoku.rs
index 9235882d1f4..c0ea6f8617d 100644
--- a/src/test/bench/sudoku.rs
+++ b/src/test/bench/sudoku.rs
@@ -11,6 +11,7 @@
 // ignore-pretty very bad with line comments
 
 #![feature(managed_boxes)]
+#![allow(non_snake_case_functions)]
 
 use std::io;
 use std::io::stdio::StdReader;