]> git.lizzy.rs Git - rust.git/blobdiff - src/libprofiler_builtins/lib.rs
update
[rust.git] / src / libprofiler_builtins / lib.rs
index e503795c519d4fedc28ea32710b95325b456da1b..bb1f2785deb1bf46d0871ef1c09a69d3c9e21f16 100644 (file)
@@ -1,9 +1,11 @@
 #![no_std]
 #![feature(profiler_runtime)]
 #![profiler_runtime]
-#![unstable(feature = "profiler_runtime_lib",
-            reason = "internal implementation detail of rustc right now",
-            issue = "none")]
+#![unstable(
+    feature = "profiler_runtime_lib",
+    reason = "internal implementation detail of rustc right now",
+    issue = "none"
+)]
 #![allow(unused_features)]
 #![feature(nll)]
 #![feature(staged_api)]