]> git.lizzy.rs Git - rust.git/blobdiff - src/libcore/fmt/rt/v1.rs
core: Split apart the global `core` feature
[rust.git] / src / libcore / fmt / rt / v1.rs
index 2afd8abeb31aa5810f414924a06e080ac2e357c6..033834dd5aaaa59dc7941eb5a82f06271782a599 100644 (file)
@@ -14,8 +14,6 @@
 //! These definitions are similar to their `ct` equivalents, but differ in that
 //! these can be statically allocated and are slightly optimized for the runtime
 
-#![unstable(feature = "core", reason = "internal to format_args!")]
-
 #[derive(Copy, Clone)]
 pub struct Argument {
     pub position: Position,