fix compile warning

This commit is contained in:
b1ek 2023-08-22 22:47:25 +10:00
parent 3facaa10a2
commit cb17edc450
Signed by: blek
GPG Key ID: 14546221E3595D0C
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
#![forbid(unsafe_code)]
use std::{io::{stdout, Write, Read, stdin}, fmt::format};
use std::io::{stdout, Write, Read, stdin};
/**
* Check code for syntax errors