summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2022-01-04 13:48:34 -0800
committerFuwn <[email protected]>2022-01-04 13:48:34 -0800
commitb7434e0b1a22d23f8f739490abba18c896ca5d4e (patch)
tree4131d5d0c4122cffa99d238d1945ae20dd988734
parentfeat(examples): lots of new examples (diff)
downloaddriver-b7434e0b1a22d23f8f739490abba18c896ca5d4e.tar.xz
driver-b7434e0b1a22d23f8f739490abba18c896ca5d4e.zip
chore(windows-kernel-rs): remove unused profiles
-rw-r--r--crates/windows-kernel-rs/Cargo.toml6
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 = []