Skip to content

Commit 2d45a7f

Browse files
committed
fix: unused clippy warning
1 parent b546453 commit 2d45a7f

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
@@ -10,7 +10,7 @@
1010
1111
use serde::ser::{Serialize, Serializer};
1212
use std::borrow::Borrow;
13-
use std::collections::{HashMap, HashSet};
13+
use std::collections::HashSet;
1414
use std::hash::Hash;
1515

1616
/// A Vec-backed map that provides HashMap-like lookup by key.

0 commit comments

Comments
 (0)