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:
mr.Shu 2014-02-10 15:36:31 +01:00
parent d70f909fa3
commit 70319f7b25
42 changed files with 122 additions and 68 deletions

View file

@ -8,6 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
#[allow(non_camel_case_types)];
use syntax::ast;
use syntax::codemap::{Span};