Skip to content

Commit e3723dc

Browse files
author
Palmer Cox
committed
Allow uppercase_variables in libstd/libc.rs
1 parent a9798c2 commit e3723dc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libstd/libc.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@
6565
#[allow(non_camel_case_types)];
6666
#[allow(non_uppercase_statics)];
6767
#[allow(missing_doc)];
68+
#[allow(uppercase_variables)];
6869

6970
// Initial glob-exports mean that all the contents of all the modules
7071
// wind up exported, if you're interested in writing platform-specific code.

0 commit comments

Comments
 (0)