From c237e82f21be8f287f4e2cc3f217d3267c9c4e4e Mon Sep 17 00:00:00 2001 From: Inkvisto Date: Wed, 17 Jul 2024 14:01:20 +0300 Subject: [PATCH] ref: delete default from Cargo.toml --- module/core/macro_tools/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/module/core/macro_tools/Cargo.toml b/module/core/macro_tools/Cargo.toml index cf5fa24570..bb96ca0fab 100644 --- a/module/core/macro_tools/Cargo.toml +++ b/module/core/macro_tools/Cargo.toml @@ -55,7 +55,6 @@ full = [ ] enabled = [ - "default", "former_types/enabled", "interval_adapter/enabled", "clone_dyn_types/enabled",