We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05a9353 commit 6666096Copy full SHA for 6666096
file_type/tests/classify_pronom_files.rs
@@ -4,7 +4,7 @@ use std::path::PathBuf;
4
use walkdir::WalkDir;
5
6
const CRATE_DIR: &str = env!("CARGO_MANIFEST_DIR");
7
-const IGNORED: [&str; 45] = [
+const IGNORED: [&str; 46] = [
8
"fmt/161",
9
"fmt/276",
10
"fmt/301",
@@ -44,6 +44,7 @@ const IGNORED: [&str; 45] = [
44
"fmt/1796",
45
"fmt/1854",
46
"fmt/1871",
47
+ "fmt/1198",
48
"fmt/2008",
49
"fmt/2009",
50
"x-fmt/91",
0 commit comments