clean up imports
This commit is contained in:
parent
7d23ab9dc6
commit
995aee7e87
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
extern crate cat2text;
|
||||
use cat2text::{base4, core};
|
||||
use std::{io::{self, stdout, Write}, process::exit};
|
||||
use cat2text::base4;
|
||||
use std::io::{self, stdout, Write};
|
||||
|
||||
fn main() {
|
||||
let stdin = io::stdin();
|
||||
|
|
Loading…
Add table
Reference in a new issue