File tree 1 file changed +1
-10
lines changed
compiler/rustc_lint_defs/src
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -3638,18 +3638,9 @@ declare_lint! {
3638
3638
/// being validated. Usually these should be rejected as a hard error,
3639
3639
/// but this lint was introduced to avoid breaking any existing
3640
3640
/// crates which included them.
3641
- ///
3642
- /// This is a [future-incompatible] lint to transition this to a hard
3643
- /// error in the future. See [issue #82730] for more details.
3644
- ///
3645
- /// [issue #82730]: https://github.com./rust-lang/rust/issues/82730
3646
3641
pub INVALID_DOC_ATTRIBUTES ,
3647
- Warn ,
3642
+ Deny ,
3648
3643
"detects invalid `#[doc(...)]` attributes" ,
3649
- @future_incompatible = FutureIncompatibleInfo {
3650
- reason: FutureIncompatibilityReason :: FutureReleaseErrorDontReportInDeps ,
3651
- reference: "issue #82730 <https://github.com./rust-lang/rust/issues/82730>" ,
3652
- } ;
3653
3644
}
3654
3645
3655
3646
declare_lint ! {
You can’t perform that action at this time.
0 commit comments