Skip to content

Commit d539057

Browse files
committed
Insert current implementation header
1 parent 84b880d commit d539057

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/libcore/macros.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -456,7 +456,7 @@ macro_rules! writeln {
456456
///
457457
/// # Panics
458458
///
459-
/// This will always [panic!](macro.panic.html).
459+
/// This will always [panic!](macro.panic.html)
460460
///
461461
/// # Examples
462462
///

src/libstd/macros.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@
2424
/// The multi-argument form of this macro panics with a string and has the
2525
/// `format!` syntax for building a string.
2626
///
27+
/// # Current implementation
28+
///
2729
/// If the main thread panics it will return with code `101`.
2830
///
2931
/// # Examples

0 commit comments

Comments
 (0)