fix nightly build

This commit is contained in:
extrawurst 2022-03-09 21:34:31 +01:00
parent c2d57fca98
commit dadf8ba269

View file

@ -36,6 +36,7 @@ where
}
}
#[allow(clippy::missing_const_for_fn)]
fn block(mut self, block: Block<'b>) -> Self {
self.block = Some(block);
self