mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-29 00:58:11 -05:00
* directs types we generate fuzz tests for to a method that is more restrictive in the traits each input type should implement, so if any type does not implement the test-fuzz required traits it will fail to compile instead of fail to autogenerate a fuzz test at runtime.