Skip to content
This repository was archived by the owner on Feb 11, 2026. It is now read-only.

Commit 3756569

Browse files
committed
remove unused import
1 parent f827250 commit 3756569

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

core/src/interpreter.rs

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

33
use crate::gen_interpreter::{GenInterpreter, Output};
44

0 commit comments

Comments
 (0)