File tree Expand file tree Collapse file tree 1 file changed +1
-10
lines changed
compiler/rustc_lint_defs/src Expand file tree Collapse file tree 1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -3586,18 +3586,9 @@ declare_lint! {
35863586 /// being validated. Usually these should be rejected as a hard error,
35873587 /// but this lint was introduced to avoid breaking any existing
35883588 /// 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
35943589 pub INVALID_DOC_ATTRIBUTES ,
3595- Warn ,
3590+ Deny ,
35963591 "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- } ;
36013592}
36023593
36033594declare_lint ! {
You can’t perform that action at this time.
0 commit comments