add a warning to discourage use of check_all feature flag

This commit is contained in:
Philip Quirk 2023-12-18 13:48:20 -06:00
parent e39e1b7523
commit 760b317a3e

View File

@ -47,6 +47,7 @@ opt-level = 3
# run with e.g. 'cargo build --features check_forwarding,check_acyclic'
[features]
# FOR DEBUGGING MEMORY ISSUES ONLY
check_all = [ "check_acyclic", "check_forwarding", "check_junior" ]
check_acyclic = []
check_forwarding = []