Fix up stability annotations per feedback.

This commit is contained in:
Zack Weinberg
2017-04-20 17:37:12 -04:00
parent 07766f675c
commit 4ab3bcb9ca
8 changed files with 9 additions and 31 deletions

View File

@@ -692,7 +692,7 @@ fn print_to<T>(args: fmt::Arguments,
}
}
#[unstable(feature = "print",
#[unstable(feature = "print_internals",
reason = "implementation detail which may disappear or be replaced at any time",
issue = "0")]
#[doc(hidden)]
@@ -700,7 +700,7 @@ pub fn _print(args: fmt::Arguments) {
print_to(args, &LOCAL_STDOUT, stdout, "stdout");
}
#[unstable(feature = "eprint_internal",
#[unstable(feature = "print_internals",
reason = "implementation detail which may disappear or be replaced at any time",
issue = "0")]
#[doc(hidden)]