Skip to content

Commit 43c7a65

Browse files
committed
Fix CI
1 parent 0c39302 commit 43c7a65

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
@@ -191,9 +191,10 @@ This lint has the following configuration variables:
191191

192192
fn get_markdown_docs(&self) -> String {
193193
format!(
194-
r#"# Lint Configuration Options
194+
r#"# Lint Configuration Options
195195
196-
The following list shows each configuration option, along with a description, its default value, an example and lints affected.
196+
The following list shows each configuration option, along with a description, its default value, an example
197+
and lints affected.
197198
198199
---
199200

0 commit comments

Comments
 (0)