Skip to content

Commit b2bef90

Browse files
committed
fix lint defs
1 parent d253178 commit b2bef90

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5528,8 +5528,8 @@ Released 2018-09-13
55285528
[`disallowed_type`]: https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
55295529
[`disallowed_types`]: https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
55305530
[`diverging_sub_expression`]: https://rust-lang.github.io/rust-clippy/master/index.html#diverging_sub_expression
5531-
[`doc_include_without_cfg`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_include_without_cfg
55325531
[`doc_comment_double_space_linebreak`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_comment_double_space_linebreak
5532+
[`doc_include_without_cfg`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_include_without_cfg
55335533
[`doc_lazy_continuation`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
55345534
[`doc_link_with_quotes`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
55355535
[`doc_markdown`]: https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown

clippy_lints/src/declared_lints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,8 @@ pub static LINTS: &[&crate::LintInfo] = &[
137137
crate::disallowed_names::DISALLOWED_NAMES_INFO,
138138
crate::disallowed_script_idents::DISALLOWED_SCRIPT_IDENTS_INFO,
139139
crate::disallowed_types::DISALLOWED_TYPES_INFO,
140-
crate::doc::DOC_INCLUDE_WITHOUT_CFG_INFO,
141140
crate::doc::DOC_COMMENT_DOUBLE_SPACE_LINEBREAK_INFO,
141+
crate::doc::DOC_INCLUDE_WITHOUT_CFG_INFO,
142142
crate::doc::DOC_LAZY_CONTINUATION_INFO,
143143
crate::doc::DOC_LINK_WITH_QUOTES_INFO,
144144
crate::doc::DOC_MARKDOWN_INFO,

0 commit comments

Comments
 (0)