From 00e354e2b4384f3bfa26c29b6070508de6f0dedc Mon Sep 17 00:00:00 2001 From: Alex Shelkovnykov Date: Tue, 20 Feb 2024 08:26:33 +0800 Subject: [PATCH] alloc: remove default feature settings --- rust/assert-no-alloc/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/rust/assert-no-alloc/Cargo.toml b/rust/assert-no-alloc/Cargo.toml index bbe18fb0..95a935e7 100644 --- a/rust/assert-no-alloc/Cargo.toml +++ b/rust/assert-no-alloc/Cargo.toml @@ -12,7 +12,6 @@ keywords = ["allocator", "real-time", "debug", "audio"] categories = ["development-tools::debugging"] [features] -default = ["disable_release"] warn_debug = [] warn_release = [] disable_release = []