Fix some clippy warnings

This commit is contained in:
Aurabindo Pillai 2023-12-04 01:01:19 +00:00 committed by pep
commit 12d102b39c
3 changed files with 9 additions and 9 deletions

View file

@ -72,7 +72,7 @@ pub(crate) async fn handle_event(from: &Jid, elem: Element, agent: &mut Agent) -
}
ref node => unimplemented!("node {}", node),
}
},
}
Err(e) => {
error!("Error parsing PubSub event: {}", e);
}