Skip to content

Commit 9b36720

Browse files
authored
Merge pull request #703 from eopb/eopb-patch-1
[maintaining-std.md] remove section referencing `min_const_generics`
2 parents 3991d86 + 579d2c3 commit 9b36720

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

src/libs/maintaining-std.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -227,12 +227,6 @@ impl<T: Copy> RcFromSlice<T> for Rc<[T]> {
227227

228228
Only specialization using the `min_specialization` feature should be used. The full `specialization` feature is known to be unsound.
229229

230-
### Are const generics involved?
231-
232-
Const generics are currently unstable. You can track their progress [here][rust/issues/44580].
233-
234-
Using const generics in public APIs is ok, but only const generics using the `min_const_generics` feature should be used publicly for now.
235-
236230
### Are there public enums?
237231

238232
Public enums should have a `#[non_exhaustive]` attribute if there's any possibility of new variants being introduced, so that they can be added without causing breakage.

0 commit comments

Comments
 (0)