fix nightly clippy

This commit is contained in:
Stephan Dilly 2021-12-19 21:05:05 +01:00
parent 10b4704662
commit d790b48f5d

View File

@ -61,6 +61,7 @@ impl<'a> LogWalker<'a> {
}
///
#[must_use]
pub fn filter(self, filter: Option<LogWalkerFilter>) -> Self {
Self { filter, ..self }
}