diff options
| author | Marco A L Barbosa <malbarbo@gmail.com> | 2017-10-06 11:41:04 -0300 |
|---|---|---|
| committer | Marco A L Barbosa <malbarbo@gmail.com> | 2017-11-20 14:46:31 -0200 |
| commit | 941852eef300b3bee42fc6e2ee48cbf40cb9fc3f (patch) | |
| tree | 44d8e30b719a5453d1db64221e5e82e0ea227eeb /src/libstd/panic.rs | |
| parent | 26e881d00fee7f28bdb7f0562dbcb7f24db43d1a (diff) | |
| download | rust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.tar.gz rust-941852eef300b3bee42fc6e2ee48cbf40cb9fc3f.zip | |
Fix some docs summary nits
Diffstat (limited to 'src/libstd/panic.rs')
| -rw-r--r-- | src/libstd/panic.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/panic.rs b/src/libstd/panic.rs index 385076e50dd..219e55d6c12 100644 --- a/src/libstd/panic.rs +++ b/src/libstd/panic.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Panic support in the standard library +//! Panic support in the standard library. #![stable(feature = "std_panic", since = "1.9.0")] |
