Skip to content

Commit bfec825

Browse files
committed
clippy
1 parent 3ea23c9 commit bfec825

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

crates/vm/src/vm/vm_new.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ impl VirtualMachine {
676676
};
677677

678678
if syntax_error_type.is(self.ctx.exceptions.tab_error) {
679-
syntax_error_info.with_msg("inconsistent use of tabs and spaces in indentation".into());
679+
syntax_error_info.with_msg("inconsistent use of tabs and spaces in indentation");
680680
}
681681

682682
let SyntaxErrorInfo { msg, narrow_caret } = syntax_error_info;

0 commit comments

Comments
 (0)