@@ -682,6 +682,9 @@ declare_features! ( |
|
|
682 |
682 |
/// Allows explicit generic arguments specification with `impl Trait` present. |
683 |
683 |
(active, explicit_generic_args_with_impl_trait, "1.56.0", Some(83701), None), |
684 |
684 |
|
|
685 |
+/// Allows using doc(primitive) without a future-incompat warning |
|
686 |
+ (active, doc_primitive, "1.56.0", Some(88070), None), |
|
687 |
+ |
685 |
688 |
// ------------------------------------------------------------------------- |
686 |
689 |
// feature-group-end: actual feature gates |
687 |
690 |
// ------------------------------------------------------------------------- |