fix: feature flag name

This commit is contained in:
naskya 2024-07-16 22:25:00 +09:00
parent 200b2d6e30
commit 6c8fd7c507
Signed by: naskya
GPG key ID: 712D413B3A9FED5C

View file

@ -1,4 +1,4 @@
#[cfg(feature = "macros")]
#[cfg(feature = "derive")]
pub use relax_macros::Relax;
use std::convert::{From, TryFrom};