Skip to content

Commit

Permalink
merge pull request #17 from sonodima/chore/allow-dead-code
Browse files Browse the repository at this point in the history
allow dead code, which may happen if the exception handling was disabled
  • Loading branch information
sonodima authored Oct 3, 2024
2 parents 8f37031 + a1e41df commit 9b48e15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#![allow(dead_code)]
#![cfg_attr(not(feature = "std"), no_std)]

use core::{ffi::c_void, mem::MaybeUninit};

mod code;
Expand Down

0 comments on commit 9b48e15

Please sign in to comment.