Require issue = "none" over issue = "0" in unstable attributes
This commit is contained in:
parent
9ff30a7810
commit
f7256d28d1
111 changed files with 381 additions and 373 deletions
|
@ -280,7 +280,7 @@ pub use self::error::{Error, ErrorKind, Result};
|
|||
pub use self::stdio::{stderr, stdin, stdout, Stderr, Stdin, Stdout};
|
||||
#[stable(feature = "rust1", since = "1.0.0")]
|
||||
pub use self::stdio::{StderrLock, StdinLock, StdoutLock};
|
||||
#[unstable(feature = "print_internals", issue = "0")]
|
||||
#[unstable(feature = "print_internals", issue = "none")]
|
||||
pub use self::stdio::{_eprint, _print};
|
||||
#[unstable(feature = "libstd_io_internals", issue = "42788")]
|
||||
#[doc(no_inline, hidden)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue