mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-14 22:14:23 +00:00
parent
02dfe08ce8
commit
f986513d0d
1 changed files with 0 additions and 6 deletions
|
@ -1504,9 +1504,3 @@ pub struct KeystrokeEvent {
|
|||
/// The action that was resolved for the keystroke, if any
|
||||
pub action: Option<Box<dyn Action>>,
|
||||
}
|
||||
|
||||
impl Drop for AppContext {
|
||||
fn drop(&mut self) {
|
||||
println!("Dropping the App Context");
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue