diff options
| author | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-06-20 14:14:30 +0200 |
|---|---|---|
| committer | Oliver Scherer <github35764891676564198441@oli-obk.de> | 2020-06-20 14:15:36 +0200 |
| commit | 53686b91caac6c6782b8d2a41675f4f0941aa254 (patch) | |
| tree | cd6a5db266b04a281d39db4af3fedaed2168daad /src/liballoc | |
| parent | 9e88b48133c703c04780a9474c029b4398ca3260 (diff) | |
| download | rust-53686b91caac6c6782b8d2a41675f4f0941aa254.tar.gz rust-53686b91caac6c6782b8d2a41675f4f0941aa254.zip | |
Satisfy tidy
Diffstat (limited to 'src/liballoc')
| -rw-r--r-- | src/liballoc/raw_vec.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/liballoc/raw_vec.rs b/src/liballoc/raw_vec.rs index 805dbfe2775..87e73a1b91e 100644 --- a/src/liballoc/raw_vec.rs +++ b/src/liballoc/raw_vec.rs @@ -60,7 +60,7 @@ impl<T> RawVec<T, Global> { /// `#[rustc_force_min_const_fn]` attribute which requires conformance /// with `min_const_fn` but does not necessarily allow calling it in /// `stable(...) const fn` / user code not enabling `foo` when - /// `#[rustc_const_unstable(feature = "foo", ..)]` is present. + /// `#[rustc_const_unstable(feature = "foo", issue = "01234")]` is present. pub const NEW: Self = Self::new(); /// Creates the biggest possible `RawVec` (on the system heap) |
