about summary refs log tree commit diff
path: root/src/libextra/terminfo/parser/compiled.rs
diff options
context:
space:
mode:
Diffstat (limited to 'src/libextra/terminfo/parser/compiled.rs')
-rw-r--r--src/libextra/terminfo/parser/compiled.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libextra/terminfo/parser/compiled.rs b/src/libextra/terminfo/parser/compiled.rs
index 063d26d1424..e16297e3871 100644
--- a/src/libextra/terminfo/parser/compiled.rs
+++ b/src/libextra/terminfo/parser/compiled.rs
@@ -8,6 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
+#[allow(non_uppercase_statics)];
+
 /// ncurses-compatible compiled terminfo format parsing (term(5))