Skip to content

Commit 7df1b40

Browse files
committed
Change , to ; in conf.rs
1 parent 73a3636 commit 7df1b40

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

book/src/lint_configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -813,6 +813,5 @@ for _ in &mut *rmvec {}
813813
---
814814
**Affected lints:**
815815
* [`pub_underscore_fields`](https://rust-lang.github.io/rust-clippy/master/index.html#pub_underscore_fields)
816-
* [`or`](https://rust-lang.github.io/rust-clippy/master/index.html#or)
817816

818817

clippy_config/src/conf.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ define_Conf! {
550550
/// Lint: PUB_UNDERSCORE_FIELDS
551551
///
552552
/// Lint "public" fields in a struct that are prefixed with an underscore based on their
553-
/// exported visibility, or whether they are marked as "pub".
553+
/// exported visibility; or whether they are marked as "pub".
554554
(pub_underscore_fields_behavior: PubUnderscoreFieldsBehaviour = PubUnderscoreFieldsBehaviour::PublicallyExported),
555555
}
556556

0 commit comments

Comments
 (0)