We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9144710 commit 64c7831Copy full SHA for 64c7831
1 file changed
src/shared/message/broadcast_message.rs
@@ -406,11 +406,6 @@ pub enum Broadcaster {
406
}
407
408
impl Broadcaster {
409
- /// Returns `true` if the message was written locally.
410
- pub fn is_local(self) -> bool {
411
- matches!(self, Self::Local)
412
- }
413
-
414
/// Returns `true` if the message was received from a remote client.
415
pub fn is_remote(self) -> bool {
416
matches!(self, Self::Remote(_))
0 commit comments