mirror of
https://github.com/veeso/termscp.git
synced 2025-12-07 09:36:00 -08:00
fix: lint
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user