Skip to content

Commit

Permalink
remove std
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyRosenblum committed Sep 21, 2024
1 parent 4a9033f commit 40d927d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions quic/s2n-quic-core/src/dc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ use crate::{
transport::parameters::{DcSupportedVersions, InitialFlowControlLimits},
varint::VarInt,
};
use core::time::Duration;
use std::sync::atomic::{AtomicU16, Ordering};
use core::{
sync::atomic::{AtomicU16, Ordering},
time::Duration,
};

mod disabled;
mod traits;
Expand Down

0 comments on commit 40d927d

Please sign in to comment.