Skip to content

Commit d790b48

Browse files
author
Stephan Dilly
committed
fix nightly clippy
1 parent 10b4704 commit d790b48

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

asyncgit/src/sync/logwalker.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ impl<'a> LogWalker<'a> {
6161
}
6262

6363
///
64+
#[must_use]
6465
pub fn filter(self, filter: Option<LogWalkerFilter>) -> Self {
6566
Self { filter, ..self }
6667
}

0 commit comments

Comments
 (0)