Skip to content

Commit

Permalink
remove redundant import of core::panic macros
Browse files Browse the repository at this point in the history
  • Loading branch information
h1t committed Apr 16, 2023
1 parent b1eb987 commit 68abe51
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions helix-term/src/application.rs
Original file line number Diff line number Diff line change
Expand Up @@ -440,8 +440,6 @@ impl Application {

#[cfg(not(windows))]
pub async fn handle_signals(&mut self, signal: i32) {
use core::panic;

match signal {
signal::SIGTSTP => {
self.restore_term().unwrap();
Expand Down

0 comments on commit 68abe51

Please sign in to comment.