
* update documentation of `MinimizerScheduler` (convert a few references to types into doc links and update the docs of `on_remove`) * replace manual implementation of `slice::fill` the in the code comment linked stackoverflow comment https://stackoverflow.com/a/51732799/1345238/ now mentions `slice::fill` it seems to compile to the same thing as the old version https://rust.godbolt.org/z/98Y4x97vY * fix docs for the `*InterestingMutator`s and `*ByteAddMutator`s the macros didn't previously docs gens didn't previously generate fitting docs