Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
hack: disable network reports hack
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Apr 1, 2022
1 parent 94b4220 commit ba7dfd0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ pub(crate) fn impl_channels_out_struct(info: &OverseerInfo) -> Result<proc_macro
message: #message_wrapper,
) {
let res: ::std::result::Result<_, _> = match message {
#message_wrapper :: NetworkBridge(NetworkBridgeMessage::ReportPeer(_, _)) => Ok(()),
#(
#message_wrapper :: #consumes_variant ( inner ) => {
self. #channel_name .send(
Expand Down

0 comments on commit ba7dfd0

Please sign in to comment.