Only emit DefAlloc edits when the "checker" feature is enabled.
This reduces instruction counts by ~2% when disabled.
This commit is contained in:
@@ -25,4 +25,6 @@ overflow-checks = true
|
||||
|
||||
[features]
|
||||
default = []
|
||||
fuzzing = ["arbitrary"]
|
||||
checker = []
|
||||
fuzzing = ["arbitrary", "checker"]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user