Skip to content

Commit

Permalink
Merge pull request #68 from szepeviktor/patch-1
Browse files Browse the repository at this point in the history
Fix a typo in lib.rs
  • Loading branch information
Manishearth authored Oct 22, 2023
2 parents f4c925b + 1973581 commit 1bce266
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ pub use unique_arc::*;
#[cfg(feature = "std")]
use std::process::abort;

// `no_std`-compatible abort by forcing a panic while already panicing.
// `no_std`-compatible abort by forcing a panic while already panicking.
#[cfg(not(feature = "std"))]
#[cold]
fn abort() -> ! {
Expand Down

0 comments on commit 1bce266

Please sign in to comment.