Skip to content

Commit 133c1bc

Browse files
committed
Wrap long line
1 parent 9e001ce commit 133c1bc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/libstd/macros.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@
2626
///
2727
/// # Current implementation
2828
///
29-
/// If the main thread panics it will terminate all your threads and end your program with code `101`.
29+
/// If the main thread panics it will terminate all your threads and end your
30+
/// program with code `101`.
3031
///
3132
/// # Examples
3233
///

0 commit comments

Comments
 (0)