Skip to content

Commit 78720a9

Browse files
committed
Add missing intra-doc link
1 parent 3bac606 commit 78720a9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

std/src/macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,8 @@ macro_rules! print {
7272
/// Use `println!` only for the primary output of your program. Use
7373
/// [`eprintln!`] instead to print error and progress messages.
7474
///
75+
/// [`std::fmt`]: crate::fmt
76+
///
7577
/// # Panics
7678
///
7779
/// Panics if writing to `io::stdout` fails.

0 commit comments

Comments
 (0)