Skip to content

Commit aad5150

Browse files
committed
clippy
1 parent a930c82 commit aad5150

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

components/properties/src/bidi.rs

+1
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ use zerovec::ule::{AsULE, RawBytesULE};
1212
#[cfg_attr(feature = "datagen", derive(serde::Serialize, databake::Bake))]
1313
#[cfg_attr(feature = "datagen", databake(path = icu_properties::props))]
1414
#[cfg_attr(feature = "serde", derive(serde::Deserialize))]
15+
#[allow(clippy::exhaustive_structs)] // needed for baked construction
1516
pub struct BidiMirroringGlyph {
1617
/// The mirroring glyph
1718
pub mirroring_glyph: Option<char>,

0 commit comments

Comments
 (0)