You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/libs/maintaining-std.md
-6Lines changed: 0 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -227,12 +227,6 @@ impl<T: Copy> RcFromSlice<T> for Rc<[T]> {
227
227
228
228
Only specialization using the `min_specialization` feature should be used. The full `specialization` feature is known to be unsound.
229
229
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
-
236
230
### Are there public enums?
237
231
238
232
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