fix(lint): prevent linter hint
This commit is contained in:
Executable → Regular
+1
@@ -152,6 +152,7 @@ impl<'a> Tree<'a> {
|
||||
}
|
||||
}
|
||||
|
||||
#[allow(clippy::missing_const_for_fn)]
|
||||
pub fn block(mut self, block: Block<'a>) -> Self {
|
||||
self.block = Some(block);
|
||||
self
|
||||
|
||||
Reference in New Issue
Block a user