diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2013-12-05 18:19:06 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2013-12-16 17:47:11 -0800 |
| commit | 529e268ab900f1b6e731af64ce2aeecda3555f4e (patch) | |
| tree | 7ebb9ed2a7f36455b9550749a442522d45f0dc30 /src/libstd/comm | |
| parent | bfa9064ba2687eb1d95708f72f41ddd9729a6ba1 (diff) | |
| download | rust-529e268ab900f1b6e731af64ce2aeecda3555f4e.tar.gz rust-529e268ab900f1b6e731af64ce2aeecda3555f4e.zip | |
Fallout of rewriting std::comm
Diffstat (limited to 'src/libstd/comm')
| -rw-r--r-- | src/libstd/comm/select.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/libstd/comm/select.rs b/src/libstd/comm/select.rs index 81a77000bad..2d9bc6e9c12 100644 --- a/src/libstd/comm/select.rs +++ b/src/libstd/comm/select.rs @@ -41,6 +41,8 @@ //! } //! ) +#[allow(dead_code)]; + use cast; use iter::Iterator; use kinds::Send; |
