Rename to has_feature

This commit is contained in:
Mac L
2024-05-02 11:05:03 +10:00
parent b68d08c847
commit 689cdaef61
20 changed files with 39 additions and 40 deletions

View File

@@ -20,7 +20,7 @@ use types::*;
feature_type(
name = "FeatureName",
list = "list_all_features",
check = "is_feature_enabled"
check = "has_feature"
),
variant_attributes(derive(Debug, PartialEq, Clone, Encode, Decode))
)]