From a0ecac09154cedd166e5e2dfaef6fc645ae54487 Mon Sep 17 00:00:00 2001 From: Rekai Musuka Date: Sun, 27 Jun 2021 20:52:40 -0500 Subject: [PATCH] chore: remove debug feature listing from cargo.toml --- Cargo.toml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 8927923..8df595e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,10 +6,6 @@ edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html -[features] -# default = ["debug"] -debug = [] - [dependencies] anyhow = "^1.0" bitfield = "^0.13"