Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed May 24, 2024
1 parent baa2ef3 commit a26a35c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tables/cff/charset.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use super::StringId;
use crate::parser::{FromData, LazyArray16, Stream};
use crate::GlyphId;
use std::num::NonZeroU16;
use core::num::NonZeroU16;

/// The Expert Encoding conversion as defined in the Adobe Technical Note #5176 Appendix C.
#[rustfmt::skip]
Expand Down

0 comments on commit a26a35c

Please sign in to comment.