Auto merge of #87050 - jyn514:no-doc-primitive, r=manishearth · rust-lang/rust-clippy@0035d9d (original) (raw)

Original file line number Diff line number Diff line change
@@ -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 // -------------------------------------------------------------------------