diff options
| author | Alex Crichton <alex@alexcrichton.com> | 2015-01-15 14:12:03 -0800 |
|---|---|---|
| committer | Alex Crichton <alex@alexcrichton.com> | 2015-01-15 14:12:03 -0800 |
| commit | b64de7ea769c047ef60c64e5a6aa3868f46a759e (patch) | |
| tree | 60a5c3f14ee134f989ec7ce81d929c20256f7e06 /src/libcore | |
| parent | 7c967afe02dfa9eca81cd58316941be3c5b7ed91 (diff) | |
| parent | e5ad89d176004931d7ffbf87e7c23bc71fc7418a (diff) | |
| download | rust-b64de7ea769c047ef60c64e5a6aa3868f46a759e.tar.gz rust-b64de7ea769c047ef60c64e5a6aa3868f46a759e.zip | |
rollup merge of #21172: brson/tuple
This outer attribute doesn't actually apply to anything is seems to be incorrect in what it is saying.
Diffstat (limited to 'src/libcore')
| -rw-r--r-- | src/libcore/tuple.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libcore/tuple.rs b/src/libcore/tuple.rs index 4aca830cb94..5baeae236b3 100644 --- a/src/libcore/tuple.rs +++ b/src/libcore/tuple.rs @@ -35,9 +35,6 @@ #![stable] -#[unstable = "this is just a documentation module and should not be part \ - of the public api"] - use clone::Clone; use cmp::*; use cmp::Ordering::*; |
