remove unused import
This commit is contained in:
parent
ac37939823
commit
f90c5b2b26
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
||||||
use std::{io, process::exit};
|
use std::{io, process::exit};
|
||||||
|
|
||||||
use libselect::{normal_select::NormalSelect, Select};
|
use libselect::{normal_select::NormalSelect, Select};
|
||||||
use libsort::{insertion_sort::InsertionSort, quick_sort::QuickSort, Sort};
|
use libsort::{insertion_sort::InsertionSort, Sort};
|
||||||
|
|
||||||
fn main() -> io::Result<()> {
|
fn main() -> io::Result<()> {
|
||||||
let mut buffer = String::new();
|
let mut buffer = String::new();
|
||||||
|
|
Loading…
Reference in a new issue