Fix import ordering

main
Austin Schaffer 2021-10-04 17:15:02 -04:00
parent 1a44e04333
commit d54ef62a0d
1 changed files with 1 additions and 1 deletions

View File

@ -242,9 +242,9 @@ fn output_xmle<'a>(
}
#[cfg(feature = "wip-xir-xmle-writer")]
{
use std::io::Write;
use crate::ir::xir::writer::XmlWriter;
use crate::obj::xmle::xir::lower_iter;
use std::io::Write;
eprintln!("warning: using wip-xir-xmle-writer");