Fix clippy lints.

This commit is contained in:
Emmanuel Gil Peyrot 2019-02-21 21:00:58 +01:00
commit 637c3eadd7
20 changed files with 56 additions and 75 deletions

View file

@ -197,7 +197,7 @@ impl Presence {
from: None,
to: None,
id: None,
type_: type_,
type_,
show: Show::None,
statuses: BTreeMap::new(),
priority: 0i8,