We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33bc6ad commit 66e920eCopy full SHA for 66e920e
src/libstd/macros.rs
@@ -315,7 +315,7 @@ macro_rules! eprintln {
315
/// file and line whenever it's reached.
316
///
317
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
318
-/// [`debug`]: https://docs.rs/log/*/log/macro.debug.html
+/// [`debug!`]: https://docs.rs/log/*/log/macro.debug.html
319
/// [`log`]: https://crates.io/crates/log
320
#[macro_export]
321
#[stable(feature = "dbg_macro", since = "1.32.0")]
0 commit comments