Skip to content

Commit 3c81725

Browse files
author
Esteban Küber
committed
fix tidy ~ again
1 parent 6aa17a3 commit 3c81725

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

src/libstd/macros.rs

-13
Original file line numberDiff line numberDiff line change
@@ -413,19 +413,6 @@ pub mod builtin {
413413
($fmt:expr, $($args:tt)*) => ({ /* compiler built-in */ });
414414
}
415415

416-
/// Internal version of [`format_args`].
417-
///
418-
/// This macro differs from [`format_args`] in that it appends a newline to the format string
419-
/// and nothing more. It is perma-unstable.
420-
///
421-
/// [`format_args`]: ../std/macro.format_args.html
422-
#[doc(hidden)]
423-
#[unstable(feature = "format_args_nl", issue="0")]
424-
#[macro_export]
425-
macro_rules! format_args_nl {
426-
($fmt:expr) => ({ /* compiler built-in */ });
427-
($fmt:expr, $($args:tt)*) => ({ /* compiler built-in */ });
428-
}
429416
/// Inspect an environment variable at compile time.
430417
///
431418
/// This macro will expand to the value of the named environment variable at

0 commit comments

Comments
 (0)