fix infos crate compilation issue

This commit is contained in:
ad hoc
2022-04-04 20:38:45 +02:00
parent c8d3a09af8
commit 9963f11172
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,4 @@
use std::collections::{BTreeMap, HashSet};
use std::collections::BTreeMap;
use std::fs::File;
use std::io::{stdin, BufRead, BufReader, Cursor, Read, Write};
use std::path::PathBuf;