diff options
| -rw-r--r-- | src/libstd/libc.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libstd/libc.rs b/src/libstd/libc.rs index ef641bbb665..0ef8570ce30 100644 --- a/src/libstd/libc.rs +++ b/src/libstd/libc.rs @@ -65,6 +65,7 @@ #[allow(non_camel_case_types)]; #[allow(non_uppercase_statics)]; #[allow(missing_doc)]; +#[allow(uppercase_variables)]; // Initial glob-exports mean that all the contents of all the modules // wind up exported, if you're interested in writing platform-specific code. |
