Changed NonCamelCaseTypes lint to warn by default
Added allow(non_camel_case_types) to librustc where necesary Tried to fix problems with non_camel_case_types outside rustc fixed failing tests Docs updated Moved #[allow(non_camel_case_types)] a level higher. markdown.rs reverted Fixed timer that was failing tests Fixed another timer
This commit is contained in:
parent
d70f909fa3
commit
70319f7b25
42 changed files with 122 additions and 68 deletions
|
|
@ -24,6 +24,8 @@
|
|||
//! // ... something using html
|
||||
//! ```
|
||||
|
||||
#[allow(non_camel_case_types)];
|
||||
|
||||
use std::cast;
|
||||
use std::fmt;
|
||||
use std::io;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue