Skip to content

Commit 8f43f82

Browse files
committed
fix: unused clippy warning
1 parent b546453 commit 8f43f82

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,6 @@ impl<K, V> Extend<(K, V)> for VecMap<K, V> {
265265
impl<K: Serialize + Eq + Hash, V: Serialize> Serialize for VecMap<K, V> {
266266
fn serialize<S: Serializer>(&self, serializer: S) -> Result<S::Ok, S::Error> {
267267
use serde::ser::SerializeMap;
268-
use std::collections::HashMap;
269268

270269
// We pre-compute the deduped map. If deduplication were done on the fly during
271270
// serialization, we couldn't provide a length up front to the serializer, and the current

0 commit comments

Comments
 (0)