File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed
crates/xtask-lint-docs/src Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -74,7 +74,7 @@ fn main() -> anyhow::Result<()> {
7474}
7575
7676fn add_lint ( lint : & Lint , buf : & mut String ) -> anyhow:: Result < ( ) > {
77- writeln ! ( buf, "## `{}`" , lint. name) ?;
77+ writeln ! ( buf, "## `{}`\n " , lint. name) ?;
7878 writeln ! ( buf, "Set to `{}` by default\n " , lint. default_level) ?;
7979
8080 let src_path = lint_docs_src_path ( lint) ;
Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ These lints are all set to the 'warn' level by default.
99- [ ` unknown_lints ` ] ( #unknown_lints )
1010
1111## ` blanket_hint_mostly_unused `
12+
1213Set to ` warn ` by default
1314
1415### What it does
@@ -41,6 +42,7 @@ hint-mostly-unused = true
4142
4243
4344## ` unknown_lints `
45+
4446Set to ` warn ` by default
4547
4648### What it does
You can’t perform that action at this time.
0 commit comments