1
0
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:
Tom Parker-Shemilt 2022-02-02 23:14:30 +00:00
parent 52f33cd5eb
commit 8ae241bbff

View File

@ -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 {