File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments