diff --git a/crates/relax/src/lib.rs b/crates/relax/src/lib.rs index 20e8db8..5325a7c 100644 --- a/crates/relax/src/lib.rs +++ b/crates/relax/src/lib.rs @@ -1,4 +1,4 @@ -#[cfg(feature = "macros")] +#[cfg(feature = "derive")] pub use relax_macros::Relax; use std::convert::{From, TryFrom};