diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-22 22:33:39 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-23 09:10:37 -0800 |
| commit | f9b231cd0884fe90a730d637517c257a4f0c601a (patch) | |
| tree | e886da2ed2d5ca57025853fa1410149941ea179d /src/libstd/comm | |
| parent | 316345610a4a34d0c9eda9eece521ebf3cee0fb9 (diff) | |
| download | rust-f9b231cd0884fe90a730d637517c257a4f0c601a.tar.gz rust-f9b231cd0884fe90a730d637517c257a4f0c601a.zip | |
Fixing more doc tests
Diffstat (limited to 'src/libstd/comm')
| -rw-r--r-- | src/libstd/comm/select.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstd/comm/select.rs b/src/libstd/comm/select.rs index 9c59a936085..bbd4cfea78d 100644 --- a/src/libstd/comm/select.rs +++ b/src/libstd/comm/select.rs @@ -25,7 +25,7 @@ //! //! # Example //! -//! ```rust,notest +//! ```rust,ignore //! let (mut p1, c1) = Chan::new(); //! let (mut p2, c2) = Chan::new(); //! |
