Fix test formatting

This commit is contained in:
Philipp Krones 2021-02-02 08:59:23 +01:00 committed by GitHub
parent 0fb09d6b21
commit 4a13c8c22e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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