Resolve new Clippy lints

This commit is contained in:
Michael Davis 2024-05-07 11:35:39 -04:00
parent 3cf2a91a25
commit 9dd51e75e0
8 changed files with 23 additions and 14 deletions

View file

@ -139,7 +139,7 @@ impl Handler {
registration_id
);
let entry = state.entry(client_id).or_insert_with(ClientState::default);
let entry = state.entry(client_id).or_default();
entry.client = client;
let mut builder = GlobSetBuilder::new();