This commit is contained in:
Chaoscaot
2023-03-09 19:09:55 +01:00
parent a2a750f20e
commit 99b48ba42b
4 changed files with 8 additions and 2 deletions

View File

@ -107,6 +107,7 @@ pub fn parse_schematic(data: &Vec<u8>) -> Schematic {
}
#[allow(unused_imports)]
#[cfg(test)]
mod tests {
use std::path::Path;
use schemsearch_files::Schematic;