Skip to content

Commit becf5ec

Browse files
committed
Add missing intra-doc link
1 parent 5d32786 commit becf5ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

library/std/src/macros.rs

+2
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)