]> git.lizzy.rs Git - rust.git/blobdiff - src/liblog/macros.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / liblog / macros.rs
index 1560eeebfcab25307513afe1737331c74bba7f78..e57deb77a89eec4dafe65b69d4013e9dd2a1a1d0 100644 (file)
@@ -10,7 +10,7 @@
 
 //! Logging macros
 
-#[macro_escape];
+#![macro_escape]
 
 /// The standard logging macro
 ///