mirror of
https://github.com/gitui-org/gitui
synced 2026-05-23 17:08:21 +00:00
fix nightly clippy
This commit is contained in:
parent
10b4704662
commit
d790b48f5d
1 changed files with 1 additions and 0 deletions
|
|
@ -61,6 +61,7 @@ impl<'a> LogWalker<'a> {
|
|||
}
|
||||
|
||||
///
|
||||
#[must_use]
|
||||
pub fn filter(self, filter: Option<LogWalkerFilter>) -> Self {
|
||||
Self { filter, ..self }
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue