Skip to content

Commit

Permalink
Clippy suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ivanizag committed Jul 31, 2024
1 parent 70295bd commit 64d6e25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bin/cpuville.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
http://cpuville.com/Code/CPM-on-a-new-computer.html
http://cpuville.com/Code/Tiny-BASIC.html
*/
use std::io::{BufRead, Read, Write, stdin, stdout};
use std::io::{Write, stdin, stdout};
use std::sync::mpsc;
use std::sync::mpsc::Receiver;
use std::sync::mpsc::TryRecvError;
Expand Down

0 comments on commit 64d6e25

Please sign in to comment.