rust-mmap
rust-mmap copied to clipboard
Fix cargo audit warning
I get a cargo audit
warning as perfcnt
depends on your crate and you use the tempdir
crate: https://github.com/jbreitbart/criterion-perf-events/issues/2
I also fixed a few clippy/linter warnings.