diff options
| -rw-r--r-- | crates/windows-kernel-rs/Cargo.toml | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/crates/windows-kernel-rs/Cargo.toml b/crates/windows-kernel-rs/Cargo.toml index a22660c..6c8b218 100644 --- a/crates/windows-kernel-rs/Cargo.toml +++ b/crates/windows-kernel-rs/Cargo.toml @@ -23,12 +23,6 @@ name = "safe_framework" crate-type = ["cdylib"] path = "examples/safe_framework/src/lib.rs" -[profile.dev] -panic = "abort" - -[profile.release] -panic = "abort" - [features] default = ["alloc"] alloc = [] |