diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-10-12 19:02:46 -0700 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-10-15 22:27:10 -0700 |
| commit | a84c2999c91f6ea43291006288ea6dd8c4852c3b (patch) | |
| tree | 58ed8bd6c4fcde8731b6439cee3b8740df361015 /src/libstd/select.rs | |
| parent | 4d2a402555aedd04affc978ef05324df7550fd07 (diff) | |
| download | rust-a84c2999c91f6ea43291006288ea6dd8c4852c3b.tar.gz rust-a84c2999c91f6ea43291006288ea6dd8c4852c3b.zip | |
Require module documentation with missing_doc
Closes #9824
Diffstat (limited to 'src/libstd/select.rs')
| -rw-r--r-- | src/libstd/select.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/select.rs b/src/libstd/select.rs index 049b301144b..8ce23f4b53b 100644 --- a/src/libstd/select.rs +++ b/src/libstd/select.rs @@ -8,6 +8,8 @@ // option. This file may not be copied, modified, or distributed // except according to those terms. +#[allow(missing_doc)]; + use cell::Cell; use comm; use container::Container; |
