mirror of
https://github.com/cccb/servicepoint.git
synced 2025-01-18 10:00:14 +01:00
remove unreachable path
This commit is contained in:
parent
2e8a61b627
commit
bb34541077
|
@ -153,10 +153,6 @@ impl Connection {
|
||||||
let _ = data;
|
let _ = data;
|
||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
#[allow(unreachable_patterns)] // depends on features
|
|
||||||
_ => {
|
|
||||||
panic!("Connection {:?} does not support immutable send", self)
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue