mirror of
https://github.com/Astatin3/unshell.git
synced 2026-06-09 06:47:59 -06:00
Add trait for tree object
This commit is contained in:
@@ -58,8 +58,6 @@ impl InterfaceWindow {
|
||||
let mut state_lock = self.state.lock().unwrap();
|
||||
|
||||
state_lock.is_request = true;
|
||||
|
||||
drop(state_lock)
|
||||
}
|
||||
|
||||
let state_clone = self.state.clone();
|
||||
|
||||
Reference in New Issue
Block a user