Skip to content

Commit 24397f1

Browse files
committed
Fix warning
1 parent 4e152f6 commit 24397f1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/src/api.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
use std::collections::HashMap;
21
#[allow(unused_imports)]
32
use {
3+
std::collections::HashMap,
44
crate::{convert_svg, run_test_impl},
55
crate::{render_pdf, FONTDB},
66
pdf_writer::{Content, Finish, Name, Pdf, Rect, Ref, Str},

0 commit comments

Comments
 (0)