Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
larseggert committed Feb 15, 2025
1 parent fd913bc commit 8830fd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion neqo-transport/src/tracking.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use enum_map::{enum_map, Enum, EnumMap};
use enumset::{EnumSet, EnumSetType};
use neqo_common::{qdebug, qinfo, qtrace, qwarn, IpTosEcn};
use neqo_crypto::Epoch;
use strum::{EnumIter, IntoEnumIterator as _};
use strum::EnumIter;

use crate::{
ecn,
Expand Down

0 comments on commit 8830fd4

Please sign in to comment.