File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" ) ]
318318macro_rules! dbg {
You can’t perform that action at this time.
0 commit comments