Skip to content

Commit

Permalink
chore: Appease clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
relrelb committed Feb 27, 2023
1 parent df309ba commit 5c346b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions swf/src/write.rs
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ impl<W: Write> Writer<W> {
Tag::DefineFont2(ref font) => self.write_define_font_2(font)?,
Tag::DefineFont4(ref font) => self.write_define_font_4(font)?,

#[allow(clippy::unusual_byte_groupings)]
Tag::DefineFontAlignZones {
id,
thickness,
Expand Down

0 comments on commit 5c346b8

Please sign in to comment.