We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3ea23c9 commit bfec825Copy full SHA for bfec825
1 file changed
crates/vm/src/vm/vm_new.rs
@@ -676,7 +676,7 @@ impl VirtualMachine {
676
};
677
678
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());
+ syntax_error_info.with_msg("inconsistent use of tabs and spaces in indentation");
680
}
681
682
let SyntaxErrorInfo { msg, narrow_caret } = syntax_error_info;
0 commit comments