We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a930c82 commit aad5150Copy full SHA for aad5150
components/properties/src/bidi.rs
@@ -12,6 +12,7 @@ use zerovec::ule::{AsULE, RawBytesULE};
12
#[cfg_attr(feature = "datagen", derive(serde::Serialize, databake::Bake))]
13
#[cfg_attr(feature = "datagen", databake(path = icu_properties::props))]
14
#[cfg_attr(feature = "serde", derive(serde::Deserialize))]
15
+#[allow(clippy::exhaustive_structs)] // needed for baked construction
16
pub struct BidiMirroringGlyph {
17
/// The mirroring glyph
18
pub mirroring_glyph: Option<char>,
0 commit comments