1
Fork 0

Require issue = "none" over issue = "0" in unstable attributes

This commit is contained in:
Ross MacArthur 2019-12-21 13:16:18 +02:00
parent 9ff30a7810
commit f7256d28d1
No known key found for this signature in database
GPG key ID: 06D0DC3998527584
111 changed files with 381 additions and 373 deletions

View file

@ -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)]