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

@ -799,7 +799,7 @@ pub(crate) mod builtin {
/// Same as `format_args`, but adds a newline in the end.
#[unstable(
feature = "format_args_nl",
issue = "0",
issue = "none",
reason = "`format_args_nl` is only for internal \
language use and is subject to change"
)]