Address review feedback

This commit is contained in:
Amanieu d'Antras
2022-01-11 22:27:15 +00:00
parent be61078e4e
commit 6b1a5e8b1b
3 changed files with 10 additions and 3 deletions

View File

@@ -28,5 +28,12 @@ overflow-checks = true
[features]
default = []
# Enables generation of DefAlloc edits for the checker.
checker = []
fuzzing = ["arbitrary", "checker"]
# Enables detailed logging which can be somewhat expensive.
trace-log = []
# Exposes the internal API for fuzzing.
fuzzing = ["arbitrary", "checker", "trace-log"]