Skip to content

Commit 090a69d

Browse files
committed
fix: fmt import ordering
1 parent ed32a82 commit 090a69d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/bin/rustscript-repl-compile.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
use std::io::{self, BufRead, Read, Write};
22

3-
use vm::compiler::{ReplLocalBinding, TypeSchema};
43
use vm::compile_source_for_repl_with_locals;
4+
use vm::compiler::{ReplLocalBinding, TypeSchema};
55

66
/// Simple binary format for ReplLocalBinding:
77
/// count(u32 LE) × { name_len(u32 LE) + name(bytes) + mutable(u8) + schema_tag(u8) + optional(u8) }

0 commit comments

Comments
 (0)