mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-05-28 10:11:19 +00:00
It turns out, we never actually used `ProtocolStatus::NotSupported`. Or at least, we never constructed it within the `Handler`. This didn't get flagged by rustc because a) we allowed the `dead_code` lint across `libp2p-kad` b) the `HandlerEvent` enum is public and thus could be constructed by users Related: #4632. Related: #4633. Pull-Request: #4639.