Skip to content

Commit af7f610

Browse files
committed
style: remove unused import
1 parent ce5eebf commit af7f610

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libdd-trace-utils/src/span/vec_map.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
//! involved. Fetching and removing a value is, on the other hand, linear time in the size of the
88
//! map.
99
10-
use serde::ser::{Serialize, SerializeMap, Serializer};
10+
use serde::ser::{Serialize, Serializer};
1111
use std::borrow::Borrow;
1212
use std::collections::HashMap;
1313
use std::hash::Hash;

0 commit comments

Comments
 (0)