chore: make clippy happy

This commit is contained in:
JasterV 2025-11-28 14:40:49 +01:00
parent d48e3e0a9f
commit 947296e3c9

View file

@ -218,6 +218,6 @@ mod tests {
let result = map.insert("potatoe", "table");
assert!(matches!(result, Ok(_)));
assert!(result.is_ok());
}
}