diff options
| author | Alex Burka <aburka@seas.upenn.edu> | 2015-08-27 02:20:00 -0400 |
|---|---|---|
| committer | Alex Burka <aburka@seas.upenn.edu> | 2015-08-27 12:48:35 -0400 |
| commit | 595fda0de7fda252559b717e2e56b3b1eef1961e (patch) | |
| tree | cc1d3473672957f2fe120398bd9453e46a8471b7 /src/libcollections/lib.rs | |
| parent | fd302a95e1197e5f8401ecaa15f2cb0f81c830c3 (diff) | |
fix some more unstable issue annotations
Diffstat (limited to 'src/libcollections/lib.rs')
| -rw-r--r-- | src/libcollections/lib.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcollections/lib.rs b/src/libcollections/lib.rs index d1e91b28c46..fe06e3fb209 100644 --- a/src/libcollections/lib.rs +++ b/src/libcollections/lib.rs @@ -113,7 +113,7 @@ mod std { } /// An endpoint of a range of keys. -#[unstable(feature = "collections_bound", issue = "27711")] +#[unstable(feature = "collections_bound", issue = "27787")] #[derive(Clone, Copy, Debug, Hash, PartialEq, Eq)] pub enum Bound<T> { /// An inclusive bound. |
