Skip to content

Commit

Permalink
Updated the reference style and wording.
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian committed Mar 30, 2019
1 parent fe210d0 commit 4c5ef86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/libstd/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,7 @@ macro_rules! eprintln {
/// Note that the macro is intended as a debugging tool and therefore you
/// should avoid having uses of it in version control for longer periods.
/// Use cases involving debug output that should be added to version control
/// are better served by macros such as [`debug!`][debug-log] from the [`log`][log] crate.
/// are better served by macros such as [`debug!`] from the [`log`] crate.
///
/// # Stability
///
Expand Down Expand Up @@ -311,8 +311,8 @@ macro_rules! eprintln {
/// ```
///
/// [stderr]: https://en.wikipedia.org/wiki/Standard_streams#Standard_error_(stderr)
/// [debug-log]: https://docs.rs/log/*/log/macro.debug.html
/// [log]: https://docs.rs/log/
/// [`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")]
macro_rules! dbg {
Expand Down

0 comments on commit 4c5ef86

Please sign in to comment.