mirror of
https://codeberg.org/JasterV/event_bus.rs.git
synced 2026-04-26 18:10:02 +00:00
chore: make clippy happy
This commit is contained in:
parent
d48e3e0a9f
commit
947296e3c9
1 changed files with 1 additions and 1 deletions
|
|
@ -218,6 +218,6 @@ mod tests {
|
|||
|
||||
let result = map.insert("potatoe", "table");
|
||||
|
||||
assert!(matches!(result, Ok(_)));
|
||||
assert!(result.is_ok());
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue