diff options
| author | Steve Klabnik <steve@steveklabnik.com> | 2016-03-04 17:37:11 -0500 |
|---|---|---|
| committer | Steve Klabnik <steve@steveklabnik.com> | 2016-03-04 17:37:11 -0500 |
| commit | 096409cf8c2f0fcfe8dec77fd293ce5a4ba41284 (patch) | |
| tree | 5ca7279c19b94158b7f0fde82f02471ffb877a91 /src/libstd/sync/mod.rs | |
| parent | c97524bef9e59a80875110b402b3fc8c139d4d64 (diff) | |
| download | rust-096409cf8c2f0fcfe8dec77fd293ce5a4ba41284.tar.gz rust-096409cf8c2f0fcfe8dec77fd293ce5a4ba41284.zip | |
End stdlib module summaries with a full stop.
Fixes #9447
Diffstat (limited to 'src/libstd/sync/mod.rs')
| -rw-r--r-- | src/libstd/sync/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/sync/mod.rs b/src/libstd/sync/mod.rs index 9c9aa20eff5..1a42b091831 100644 --- a/src/libstd/sync/mod.rs +++ b/src/libstd/sync/mod.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Useful synchronization primitives +//! Useful synchronization primitives. //! //! This module contains useful safe and unsafe synchronization primitives. //! Most of the primitives in this module do not provide any sort of locking |
