diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/schema-via-knuffel.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/schema-via-knuffel.rs b/tests/schema-via-knuffel.rs index 147c905..24bba07 100644 --- a/tests/schema-via-knuffel.rs +++ b/tests/schema-via-knuffel.rs @@ -1,4 +1,4 @@ -#![cfg(feature = "knuffel")] +#![cfg(feature = "parse-knuffel")] use kdl_schema::{Schema, SCHEMA_SCHEMA}; |