1
Fork 0

remove some unneeded imports

This commit is contained in:
KaDiWa 2022-08-09 02:14:43 +02:00 committed by kadiwa
parent 661b33f524
commit ad2b34d0e3
No known key found for this signature in database
GPG key ID: 0B52AE391C674CE5
55 changed files with 64 additions and 135 deletions

View file

@ -38,7 +38,6 @@ pub(crate) use self::context::*;
pub(crate) use self::span_map::{collect_spans_and_sources, LinkFromSrc};
use std::collections::VecDeque;
use std::default::Default;
use std::fmt::{self, Write};
use std::fs;
use std::iter::Peekable;