clippy fix
cargo devel CI / cargo CI (push) Successful in 27s Details

This commit is contained in:
Christoph J. Scherr 2024-02-21 13:08:56 +01:00
parent 76ec945d1e
commit 2413084ad4
Signed by: cscherrNT
GPG Key ID: 8E2B45BC51A27EA7
1 changed files with 1 additions and 4 deletions

View File

@ -1,7 +1,4 @@
use std::{
fs,
io::{self, prelude::*},
};
use std::io::{self, prelude::*};
fn main() -> Result<(), io::Error> {
let mut tty = std::fs::File::options()