Skip to content

Commit

Permalink
fix tidy ~ again
Browse files Browse the repository at this point in the history
  • Loading branch information
Esteban Küber committed Jul 22, 2018
1 parent 6aa17a3 commit 3c81725
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions src/libstd/macros.rs
Expand Up @@ -413,19 +413,6 @@ pub mod builtin {
($fmt:expr, $($args:tt)*) => ({ /* compiler built-in */ });
}

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

0 comments on commit 3c81725

Please sign in to comment.