summaryrefslogtreecommitdiffstats
path: root/third_party/rust/neqo-common/src/event.rs
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/rust/neqo-common/src/event.rs')
-rw-r--r--third_party/rust/neqo-common/src/event.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/rust/neqo-common/src/event.rs b/third_party/rust/neqo-common/src/event.rs
index 26052b7571..ea8d491822 100644
--- a/third_party/rust/neqo-common/src/event.rs
+++ b/third_party/rust/neqo-common/src/event.rs
@@ -4,7 +4,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
-use std::{iter::Iterator, marker::PhantomData};
+use std::marker::PhantomData;
/// An event provider is able to generate a stream of events.
pub trait Provider {