fix compile warning
This commit is contained in:
parent
3facaa10a2
commit
cb17edc450
|
@ -1,6 +1,6 @@
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
|
|
||||||
use std::{io::{stdout, Write, Read, stdin}, fmt::format};
|
use std::io::{stdout, Write, Read, stdin};
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Check code for syntax errors
|
* Check code for syntax errors
|
||||||
|
|
Loading…
Reference in New Issue