Skip to content

Commit b5dd4c1

Browse files
committed
chore: clippy
1 parent 8fd336a commit b5dd4c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

iroh/src/magicsock/endpoint_map/endpoint_state.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1155,6 +1155,7 @@ impl ConnectionState {
11551155
/// [`Connection`]: crate::endpoint::Connection
11561156
#[derive(Clone, derive_more::Debug)]
11571157
#[debug("PathsWatcher")]
1158+
#[allow(clippy::type_complexity)]
11581159
pub(crate) struct PathsWatcher(
11591160
Box<
11601161
n0_watcher::Map<

0 commit comments

Comments
 (0)