Skip to content

Commit

Permalink
Change , to ; in conf.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
blyxyas committed Dec 29, 2023
1 parent 73a3636 commit 7df1b40
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion book/src/lint_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -813,6 +813,5 @@ for _ in &mut *rmvec {}
---
**Affected lints:**
* [`pub_underscore_fields`](https://rust-lang.github.io/rust-clippy/master/index.html#pub_underscore_fields)
* [`or`](https://rust-lang.github.io/rust-clippy/master/index.html#or)


2 changes: 1 addition & 1 deletion clippy_config/src/conf.rs
Original file line number Diff line number Diff line change
Expand Up @@ -550,7 +550,7 @@ define_Conf! {
/// Lint: PUB_UNDERSCORE_FIELDS
///
/// Lint "public" fields in a struct that are prefixed with an underscore based on their
/// exported visibility, or whether they are marked as "pub".
/// exported visibility; or whether they are marked as "pub".
(pub_underscore_fields_behavior: PubUnderscoreFieldsBehaviour = PubUnderscoreFieldsBehaviour::PublicallyExported),
}

Expand Down

0 comments on commit 7df1b40

Please sign in to comment.