File tree 2 files changed +1
-2
lines changed
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 {}
813
813
---
814
814
** Affected lints:**
815
815
* [ ` 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 )
817
816
818
817
Original file line number Diff line number Diff line change @@ -550,7 +550,7 @@ define_Conf! {
550
550
/// Lint: PUB_UNDERSCORE_FIELDS
551
551
///
552
552
/// 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".
554
554
( pub_underscore_fields_behavior: PubUnderscoreFieldsBehaviour = PubUnderscoreFieldsBehaviour :: PublicallyExported ) ,
555
555
}
556
556
You can’t perform that action at this time.
0 commit comments