Fix clippy lints.
This commit is contained in:
parent
63dcba03b2
commit
637c3eadd7
20 changed files with 56 additions and 75 deletions
|
|
@ -197,7 +197,7 @@ impl Presence {
|
|||
from: None,
|
||||
to: None,
|
||||
id: None,
|
||||
type_: type_,
|
||||
type_,
|
||||
show: Show::None,
|
||||
statuses: BTreeMap::new(),
|
||||
priority: 0i8,
|
||||
|
|
|
|||
Loading…
Reference in a new issue