Skip to content

Commit

Permalink
Allow uppercase_variables in libstd/libc.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
Palmer Cox committed Mar 5, 2014
1 parent a9798c2 commit e3723dc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libstd/libc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit e3723dc

Please sign in to comment.