compiler warning

This commit is contained in:
alex wennerberg
2022-01-06 10:52:07 -08:00
parent c6a3aaf9bb
commit dbe0b94cf0

View File

@@ -1,5 +1,5 @@
use nanohtml2text::html2text;
use std::io::{self, Read};
use std::io::Read;
fn main() {
let mut buffer = String::new();