mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-02-08 05:55:21 -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.