Fix some clippy warnings
This commit is contained in:
parent
05a0b6cd8f
commit
12d102b39c
3 changed files with 9 additions and 9 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue