From d350462cf838118875b063182c5f322ab7231032 Mon Sep 17 00:00:00 2001 From: tamasfe Date: Tue, 26 Jul 2022 14:18:43 +0200 Subject: [PATCH] chore: formatting --- src/lib.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib.rs b/src/lib.rs index dcf1aa88..51e260f0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -181,7 +181,6 @@ pub use types::{ #[cfg(not(feature = "no_custom_syntax"))] pub use api::custom_syntax::Expression; - #[cfg(feature = "metadata")] pub use api::definitions::Definitions;