parsers: clippy run

Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
Maxime “pep” Buquet 2025-04-07 21:53:22 +02:00
commit 1b635854ad
8 changed files with 21 additions and 20 deletions

View file

@ -37,7 +37,7 @@ pub enum IqType {
Error(StanzaError),
}
impl<'a> IntoAttributeValue for &'a IqType {
impl IntoAttributeValue for &IqType {
fn into_attribute_value(self) -> Option<String> {
Some(
match *self {