We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b637ac8 commit 4c6fb63Copy full SHA for 4c6fb63
build.rs
@@ -13,10 +13,4 @@ fn main() {
13
14
let mut zip_archive = ZipArchive::new(archive).unwrap();
15
zip_archive.extract(&location).expect("Zip extraction failed");
16
-
17
- // the test dir 'zz' doesn't need to be part of the addon
18
- let mut zz_dir = location.clone();
19
- zz_dir.push("Rules/Languages/zz");
20
- std::fs::remove_dir_all(&zz_dir)
21
- .expect(&format!("Failed to remove directory {}", zz_dir.to_str().unwrap()));
22
}
0 commit comments