Skip to content

Commit 946f71c

Browse files
fixups
1 parent a810459 commit 946f71c

File tree

3 files changed

+21
-55
lines changed

3 files changed

+21
-55
lines changed

Cargo.lock

Lines changed: 20 additions & 53 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

iroh/src/endpoint.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@ use n0_future::{Stream, time::Duration};
2828
use n0_watcher::Watcher;
2929
use nested_enum_utils::common_fields;
3030
use pin_project::pin_project;
31-
3231
// Missing still: SendDatagram and ConnectionClose::frame_type's Type.
3332
pub use quinn::{
3433
AcceptBi, AcceptUni, AckFrequencyConfig, ApplicationClose, Chunk, ClosedStream,

iroh/src/magicsock/relay_mapped_addrs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ use std::{
22
collections::BTreeMap,
33
net::{IpAddr, Ipv6Addr, SocketAddr},
44
sync::{
5-
atomic::{AtomicU64, Ordering},
65
Arc,
6+
atomic::{AtomicU64, Ordering},
77
},
88
};
99

0 commit comments

Comments
 (0)