File tree Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Expand file tree Collapse file tree 1 file changed +0
-13
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments