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 @@ -3586,18 +3586,9 @@ declare_lint! {
3586
3586
/// being validated. Usually these should be rejected as a hard error,
3587
3587
/// but this lint was introduced to avoid breaking any existing
3588
3588
/// crates which included them.
3589
- ///
3590
- /// This is a [future-incompatible] lint to transition this to a hard
3591
- /// error in the future. See [issue #82730] for more details.
3592
- ///
3593
- /// [issue #82730]: https://github.com/rust-lang/rust/issues/82730
3594
3589
pub INVALID_DOC_ATTRIBUTES ,
3595
- Warn ,
3590
+ Deny ,
3596
3591
"detects invalid `#[doc(...)]` attributes" ,
3597
- @future_incompatible = FutureIncompatibleInfo {
3598
- reason: FutureIncompatibilityReason :: FutureReleaseErrorDontReportInDeps ,
3599
- reference: "issue #82730 <https://github.com/rust-lang/rust/issues/82730>" ,
3600
- } ;
3601
3592
}
3602
3593
3603
3594
declare_lint ! {
You can’t perform that action at this time.
0 commit comments