diff options
| author | Fuwn <[email protected]> | 2022-01-04 13:48:34 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2022-01-04 13:48:34 -0800 |
| commit | b7434e0b1a22d23f8f739490abba18c896ca5d4e (patch) | |
| tree | 4131d5d0c4122cffa99d238d1945ae20dd988734 | |
| parent | feat(examples): lots of new examples (diff) | |
| download | driver-b7434e0b1a22d23f8f739490abba18c896ca5d4e.tar.xz driver-b7434e0b1a22d23f8f739490abba18c896ca5d4e.zip | |
chore(windows-kernel-rs): remove unused profiles
| -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 = [] |