fix infos crate compilation issue

This commit is contained in:
ad hoc 2022-04-04 20:38:45 +02:00
parent c8d3a09af8
commit 9963f11172
No known key found for this signature in database
GPG key ID: 4F00A782990CC643
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;