We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0fb09d6 commit 4a13c8cCopy full SHA for 4a13c8c
tests/ui/exhaustive_items.fixed
@@ -73,7 +73,7 @@ pub mod structs {
73
// no warning, private fields
74
pub struct ExhaustivePrivateField {
75
pub foo: u8,
76
- bar: String
+ bar: String,
77
}
78
79
// no warning, private
0 commit comments