File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -239,7 +239,7 @@ macro_rules! eprintln {
239
239
/// Note that the macro is intended as a debugging tool and therefore you
240
240
/// should avoid having uses of it in version control for longer periods.
241
241
/// 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.
243
243
///
244
244
/// # Stability
245
245
///
@@ -311,8 +311,8 @@ macro_rules! eprintln {
311
311
/// ```
312
312
///
313
313
/// [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
316
316
#[ macro_export]
317
317
#[ stable( feature = "dbg_macro" , since = "1.32.0" ) ]
318
318
macro_rules! dbg {
You can’t perform that action at this time.
0 commit comments