mirror of
https://github.com/rust-unofficial/awesome-rust.git
synced 2025-03-17 20:17:57 +02:00
Fix hacktoberfest unused code
This commit is contained in:
parent
52f33cd5eb
commit
8ae241bbff
@ -180,11 +180,6 @@ async fn main() -> Result<(), Error> {
|
||||
|
||||
let mut to_check: Vec<String> = vec![];
|
||||
|
||||
#[derive(Debug)]
|
||||
struct ListInfo {
|
||||
location: usize,
|
||||
data: Vec<String>,
|
||||
}
|
||||
|
||||
for (event, _) in parser.into_offset_iter() {
|
||||
match event {
|
||||
|
Loading…
x
Reference in New Issue
Block a user