From c437a16c5d8c00b39dc6c5e36011def997d77224 Mon Sep 17 00:00:00 2001 From: Huon Wilson Date: Mon, 1 Jul 2013 13:51:13 +1000 Subject: rustc: add a lint to enforce uppercase statics. --- src/libstd/num/float.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/libstd/num/float.rs') diff --git a/src/libstd/num/float.rs b/src/libstd/num/float.rs index 7a6e3042e7b..d73ff16c6f7 100644 --- a/src/libstd/num/float.rs +++ b/src/libstd/num/float.rs @@ -21,6 +21,7 @@ // PORT this must match in width according to architecture #[allow(missing_doc)]; +#[allow(non_uppercase_statics)]; use f64; use libc::c_int; -- cgit 1.4.1-3-g733a5