Skip to content

Commit 66e920e

Browse files
author
Christian
committed
Added a missing !.
1 parent 33bc6ad commit 66e920e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/macros.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -315,7 +315,7 @@ macro_rules! eprintln {
315315
/// file and line whenever it's reached.
316316
///
317317
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
318-
/// [`debug`]: https://docs.rs/log/*/log/macro.debug.html
318+
/// [`debug!`]: https://docs.rs/log/*/log/macro.debug.html
319319
/// [`log`]: https://crates.io/crates/log
320320
#[macro_export]
321321
#[stable(feature = "dbg_macro", since = "1.32.0")]

0 commit comments

Comments
 (0)