We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce5eebf commit af7f610Copy full SHA for af7f610
1 file changed
libdd-trace-utils/src/span/vec_map.rs
@@ -7,7 +7,7 @@
7
//! involved. Fetching and removing a value is, on the other hand, linear time in the size of the
8
//! map.
9
10
-use serde::ser::{Serialize, SerializeMap, Serializer};
+use serde::ser::{Serialize, Serializer};
11
use std::borrow::Borrow;
12
use std::collections::HashMap;
13
use std::hash::Hash;
0 commit comments