parsers: clippy pass
Signed-off-by: Maxime “pep” Buquet <pep@bouah.net>
This commit is contained in:
parent
60ebcb8c8a
commit
b522eaf7f3
13 changed files with 33 additions and 31 deletions
|
|
@ -271,6 +271,12 @@ generate_element!(
|
|||
]
|
||||
);
|
||||
|
||||
impl Default for MucUser {
|
||||
fn default() -> Self {
|
||||
Self::new()
|
||||
}
|
||||
}
|
||||
|
||||
impl MucUser {
|
||||
/// Creates an empty MucUser
|
||||
pub fn new() -> MucUser {
|
||||
|
|
|
|||
Loading…
Reference in a new issue