about summary refs log tree commit diff
path: root/src/libstd/macros.rs
diff options
context:
space:
mode:
authorStefan Schindler <dns2utf8@estada.ch>2017-07-11 16:45:39 +0200
committerStefan Schindler <dns2utf8@estada.ch>2017-07-11 16:45:39 +0200
commit133c1bc9ac998d22a0028d2f2e15473f0d1d08ab (patch)
tree765d0d88a8a505a7dec1497a50c8991fa1d64a7a /src/libstd/macros.rs
parent9e001ce86522011ff716218f29dcd9dff082d20a (diff)
downloadrust-133c1bc9ac998d22a0028d2f2e15473f0d1d08ab.tar.gz
rust-133c1bc9ac998d22a0028d2f2e15473f0d1d08ab.zip
Wrap long line
Diffstat (limited to 'src/libstd/macros.rs')
-rw-r--r--src/libstd/macros.rs3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/libstd/macros.rs b/src/libstd/macros.rs
index a45d37b0792..be0d1587aab 100644
--- a/src/libstd/macros.rs
+++ b/src/libstd/macros.rs
@@ -26,7 +26,8 @@
 ///
 /// # Current implementation
 ///
-/// If the main thread panics it will terminate all your threads and end your program with code `101`.
+/// If the main thread panics it will terminate all your threads and end your
+/// program with code `101`.
 ///
 /// # Examples
 ///