]> git.lizzy.rs Git - rust.git/blobdiff - src/libstd/num/float_macros.rs
Convert most code to new inner attribute syntax.
[rust.git] / src / libstd / num / float_macros.rs
index 7c93602af118c369b59dd1663ac7cb6386db6ca5..3e403219a4fbaffdc207d8c2015ba88431a4e67f 100644 (file)
@@ -8,8 +8,8 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-#[macro_escape];
-#[doc(hidden)];
+#![macro_escape]
+#![doc(hidden)]
 
 macro_rules! assert_approx_eq(
     ($a:expr, $b:expr) => ({