fix: lint

This commit is contained in:
veeso
2024-07-08 14:48:03 +02:00
parent 4f3b97b198
commit 88cdae79a8
3 changed files with 40 additions and 29 deletions

View File

@@ -81,7 +81,7 @@ impl Store {
/// Check if a state is set in the store
pub fn isset(&self, key: &str) -> bool {
self.store.get(key).is_some()
self.store.contains_key(key)
}
// -- setters