Skip to content

Commit

Permalink
Added a missing !.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Mar 30, 2019
1 parent 33bc6ad commit 66e920e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libstd/macros.rs
Expand Up @@ -315,7 +315,7 @@ macro_rules! eprintln {
/// file and line whenever it's reached.
///
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
/// [`debug`]: https://docs.rs/log/*/log/macro.debug.html
/// [`debug!`]: https://docs.rs/log/*/log/macro.debug.html
/// [`log`]: https://crates.io/crates/log
#[macro_export]
#[stable(feature = "dbg_macro", since = "1.32.0")]
Expand Down

0 comments on commit 66e920e

Please sign in to comment.