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

@ -24,6 +24,8 @@
//! // ... something using html
//! ```
#[allow(non_camel_case_types)];
use std::cast;
use std::fmt;
use std::io;