Skip to content

Commit

Permalink
Get rid of no-panic
Browse files Browse the repository at this point in the history
It isn't used and didn't seem to work with panic=abort experiments
  • Loading branch information
mkj committed May 4, 2023
1 parent 553b5e3 commit 59f1898
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ snafu = { version = "0.7", default-features = false, features = ["rust_1_61"] }
# TODO: check that log macro calls disappear in no_std builds
log = { version = "0.4" }
heapless = "0.7.10"
no-panic = "0.1"

# allows avoiding utf8 for SSH identifier names
ascii = { version = "1.0", default-features = false }
Expand Down
1 change: 0 additions & 1 deletion src/cliauth.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ use {

use core::task::{Poll, Waker};
use heapless::{String, Vec};
use no_panic::no_panic;
use pretty_hex::PrettyHex;


Expand Down

0 comments on commit 59f1898

Please sign in to comment.