Address clippy warning
This commit is contained in:
parent
cb616eba87
commit
c127bc5eea
@ -67,6 +67,6 @@ impl VariableDeclarationStack
|
||||
pub fn pop(&mut self) -> Result<(), crate::Error>
|
||||
{
|
||||
self.bound_variable_declaration_stack.pop().map(|_| ())
|
||||
.ok_or(crate::Error::new_logic("variable stack not in expected state"))
|
||||
.ok_or_else(|| crate::Error::new_logic("variable stack not in expected state"))
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user