diff options
author | Melody Horn <melody@boringcactus.com> | 2022-03-26 20:43:06 -0600 |
---|---|---|
committer | Melody Horn <melody@boringcactus.com> | 2022-03-26 20:43:06 -0600 |
commit | cf6012c774df96fe62ddb6cbbacfb37fcab56815 (patch) | |
tree | 78a914cdd59a19b85fe682b25c8f18d0a1d31322 /tests | |
parent | 4820db2b8ef7d63986fae061eccfcba5b30effce (diff) | |
download | kdl-schema-cf6012c774df96fe62ddb6cbbacfb37fcab56815.tar.gz kdl-schema-cf6012c774df96fe62ddb6cbbacfb37fcab56815.zip |
add indirection in the feature names
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}; |