Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
nh13 committed Dec 4, 2024
1 parent e91fb03 commit b665b79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/count.rs
Original file line number Diff line number Diff line change
Expand Up @@ -504,7 +504,7 @@ struct CountStats {
zero_read_guides: u64,
}

impl<'a> CountResult<'a> {
impl CountResult<'_> {
/// Returns the total number of reads that mapped to a guide.
pub fn mapped_reads(&self) -> u64 {
self.counts.values().sum()
Expand Down

0 comments on commit b665b79

Please sign in to comment.