]> git.lizzy.rs Git - rust.git/blobdiff - src/librustdoc/html/markdown.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / librustdoc / html / markdown.rs
index b162d9d4b789567a09bcb44496f17cf60df39091..c52a6267657b377919b43bb9f4aba7dd0be8395f 100644 (file)
@@ -24,7 +24,7 @@
 //! // ... something using html
 //! ```
 
-#[allow(non_camel_case_types)];
+#![allow(non_camel_case_types)]
 
 use std::cast;
 use std::fmt;