mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-23 13:13:34 +00:00
Fix test formatting
This commit is contained in:
parent
0fb09d6b21
commit
4a13c8c22e
1 changed files with 1 additions and 1 deletions
|
@ -73,7 +73,7 @@ pub mod structs {
|
||||||
// no warning, private fields
|
// no warning, private fields
|
||||||
pub struct ExhaustivePrivateField {
|
pub struct ExhaustivePrivateField {
|
||||||
pub foo: u8,
|
pub foo: u8,
|
||||||
bar: String
|
bar: String,
|
||||||
}
|
}
|
||||||
|
|
||||||
// no warning, private
|
// no warning, private
|
||||||
|
|
Loading…
Reference in a new issue