diff options
| author | bors <bors@rust-lang.org> | 2016-03-07 06:54:36 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2016-03-07 06:54:36 +0000 |
| commit | 79f914fdb90b21e7ec4a224671df59357e5cc49d (patch) | |
| tree | 0f3cf5df79e0ce6bec60d7cb1d01cc9e43c8f3bf /src/libstd/thread | |
| parent | 6d262db4482e13ec05eb113e57e26d249698b4cf (diff) | |
| parent | 096409cf8c2f0fcfe8dec77fd293ce5a4ba41284 (diff) | |
| download | rust-79f914fdb90b21e7ec4a224671df59357e5cc49d.tar.gz rust-79f914fdb90b21e7ec4a224671df59357e5cc49d.zip | |
Auto merge of #32051 - steveklabnik:gh9447, r=bluss
Fixes #9447
Diffstat (limited to 'src/libstd/thread')
| -rw-r--r-- | src/libstd/thread/mod.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/thread/mod.rs b/src/libstd/thread/mod.rs index 981ba1e36e9..6a923c8c094 100644 --- a/src/libstd/thread/mod.rs +++ b/src/libstd/thread/mod.rs @@ -8,7 +8,7 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. -//! Native threads +//! Native threads. //! //! ## The threading model //! |
