Skip to content

Commit 0c054d6

Browse files
committed
Fix CI
1 parent 4c2c293 commit 0c054d6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

clippy_lints/src/utils/internal_lints/metadata_collector.rs

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,9 +195,10 @@ This lint has the following configuration variables:
195195

196196
fn get_markdown_docs(&self) -> String {
197197
format!(
198-
r#"# Lint Configuration Options
198+
r#"# Lint Configuration Options
199199
200-
The following list shows each configuration option, along with a description, its default value, an example and lints affected.
200+
The following list shows each configuration option, along with a description, its default value, an example
201+
and lints affected.
201202
202203
---
203204

0 commit comments

Comments
 (0)