parsers: clippy run
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
4c2fac0ac3
commit
1b635854ad
8 changed files with 21 additions and 20 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue