Skip to content

Commit 4c5ef86

Browse files
author
Christian
committed
Updated the reference style and wording.
1 parent fe210d0 commit 4c5ef86

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/libstd/macros.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ macro_rules! eprintln {
239239
/// Note that the macro is intended as a debugging tool and therefore you
240240
/// should avoid having uses of it in version control for longer periods.
241241
/// Use cases involving debug output that should be added to version control
242-
/// are better served by macros such as [`debug!`][debug-log] from the [`log`][log] crate.
242+
/// are better served by macros such as [`debug!`] from the [`log`] crate.
243243
///
244244
/// # Stability
245245
///
@@ -311,8 +311,8 @@ macro_rules! eprintln {
311311
/// ```
312312
///
313313
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
314-
/// [debug-log]: https://docs.rs/log/*/log/macro.debug.html
315-
/// [log]: https://docs.rs/log/
314+
/// [`debug!`]: https://docs.rs/log/*/log/macro.debug.html
315+
/// [`log`]: https://crates.io/crates/log
316316
#[macro_export]
317317
#[stable(feature = "dbg_macro", since = "1.32.0")]
318318
macro_rules! dbg {

0 commit comments

Comments
 (0)