Skip to content

Commit 1b48e1a

Browse files
committed
Unused import
1 parent a47f344 commit 1b48e1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cff2.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
use crate::interjector::Interjector;
2-
use crate::Error::{MalformedFont, Unimplemented};
2+
use crate::Error::MalformedFont;
33
use crate::{glyf, Context, MaxpData};
44
use std::borrow::Cow;
55

0 commit comments

Comments
 (0)