Closed luizirber closed 5 years ago
... and set up clippy and fmt, with fixes for current issues.
I used the #[allow(clippy::map_entry)] attribute in the push method of MinHashKmers because fixing the clippy error might make the code harder to read.
#[allow(clippy::map_entry)]
push
MinHashKmers
... and set up clippy and fmt, with fixes for current issues.
Note
I used the
#[allow(clippy::map_entry)]
attribute in thepush
method ofMinHashKmers
because fixing the clippy error might make the code harder to read.