File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5528,8 +5528,8 @@ Released 2018-09-13
5528
5528
[ `disallowed_type` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_type
5529
5529
[ `disallowed_types` ] : https://rust-lang.github.io/rust-clippy/master/index.html#disallowed_types
5530
5530
[ `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
5532
5531
[ `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
5533
5533
[ `doc_lazy_continuation` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_lazy_continuation
5534
5534
[ `doc_link_with_quotes` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_link_with_quotes
5535
5535
[ `doc_markdown` ] : https://rust-lang.github.io/rust-clippy/master/index.html#doc_markdown
Original file line number Diff line number Diff line change @@ -137,8 +137,8 @@ pub static LINTS: &[&crate::LintInfo] = &[
137
137
crate :: disallowed_names:: DISALLOWED_NAMES_INFO ,
138
138
crate :: disallowed_script_idents:: DISALLOWED_SCRIPT_IDENTS_INFO ,
139
139
crate :: disallowed_types:: DISALLOWED_TYPES_INFO ,
140
- crate :: doc:: DOC_INCLUDE_WITHOUT_CFG_INFO ,
141
140
crate :: doc:: DOC_COMMENT_DOUBLE_SPACE_LINEBREAK_INFO ,
141
+ crate :: doc:: DOC_INCLUDE_WITHOUT_CFG_INFO ,
142
142
crate :: doc:: DOC_LAZY_CONTINUATION_INFO ,
143
143
crate :: doc:: DOC_LINK_WITH_QUOTES_INFO ,
144
144
crate :: doc:: DOC_MARKDOWN_INFO ,
You can’t perform that action at this time.
0 commit comments