fix clippy::unit_arg
This commit is contained in:
committed by
Bennet Bleßmann
parent
73cc872b50
commit
6885074006
@@ -1653,7 +1653,8 @@ impl MachineState {
|
||||
};
|
||||
|
||||
stream.set_past_end_of_stream(true);
|
||||
Ok(unify!(self, result, end_of_stream))
|
||||
unify!(self, result, end_of_stream);
|
||||
Ok(())
|
||||
}
|
||||
EOFAction::Reset => {
|
||||
if !stream.reset() {
|
||||
|
||||
Reference in New Issue
Block a user