summaryrefslogtreecommitdiffstats
path: root/third_party/rust/glean-core/src/traits/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/glean-core/src/traits/event.rs')
-rw-r--r--third_party/rust/glean-core/src/traits/event.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/third_party/rust/glean-core/src/traits/event.rs b/third_party/rust/glean-core/src/traits/event.rs
index aa84699b30..ba8c0e5609 100644
--- a/third_party/rust/glean-core/src/traits/event.rs
+++ b/third_party/rust/glean-core/src/traits/event.rs
@@ -3,7 +3,6 @@
// file, You can obtain one at https://mozilla.org/MPL/2.0/.
use std::collections::HashMap;
-use std::convert::TryFrom;
use std::hash::Hash;
use crate::event_database::RecordedEvent;