mirror of
https://github.com/extrawurst/gitui.git
synced 2024-11-27 10:15:07 +03:00
fix nightly clippy
This commit is contained in:
parent
10b4704662
commit
d790b48f5d
@ -61,6 +61,7 @@ impl<'a> LogWalker<'a> {
|
||||
}
|
||||
|
||||
///
|
||||
#[must_use]
|
||||
pub fn filter(self, filter: Option<LogWalkerFilter>) -> Self {
|
||||
Self { filter, ..self }
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user