Skip to content

Commit e7022e2

Browse files
committed
Fix CI
1 parent aafc0f9 commit e7022e2

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

book/src/lint_configuration.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ Please use that command to update the file and do not edit it by hand.
55

66
# Lint Configuration Options
77

8-
The following list shows each configuration option, along with a description, its default value, an example and lints affected.
8+
The following list shows each configuration option, along with a description, its default value, an example
9+
and lints affected.
910

1011
---
1112

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)