Skip to content

Commit 2d9ba03

Browse files
authored
Rename unwind.rs to reflect its contents. (#38)
Rename it to `unwind_unimplemented.rs` so that the code in lib.rs is more self-describing.
1 parent 06e484f commit 2d9ba03

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ extern crate alloc;
1818
#[cfg(not(target_arch = "arm"))]
1919
extern crate unwinding;
2020
#[cfg(target_arch = "arm")]
21-
mod unwind;
21+
mod unwind_unimplemented;
2222

2323
pub mod program;
2424
#[cfg(feature = "signal")]
File renamed without changes.

0 commit comments

Comments
 (0)