Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
LaurenzV committed Apr 1, 2024
1 parent 4e152f6 commit 24397f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/src/api.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use std::collections::HashMap;
#[allow(unused_imports)]
use {
std::collections::HashMap,
crate::{convert_svg, run_test_impl},
crate::{render_pdf, FONTDB},
pdf_writer::{Content, Finish, Name, Pdf, Rect, Ref, Str},
Expand Down

0 comments on commit 24397f1

Please sign in to comment.