We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f5d3883 commit 3ae15caCopy full SHA for 3ae15ca
src/tools/tidy/src/deps.rs
@@ -42,6 +42,7 @@ const EXCEPTIONS: &[(&str, &str)] = &[
42
("snap", "BSD-3-Clause"), // rustc
43
// FIXME: this dependency violates the documentation comment above:
44
("fortanix-sgx-abi", "MPL-2.0"), // libstd but only for `sgx` target
45
+ ("wasmparser", "Apache-2.0 WITH LLVM-exception"), // rustc
46
];
47
48
const EXCEPTIONS_CRANELIFT: &[(&str, &str)] = &[
@@ -222,6 +223,7 @@ const PERMITTED_DEPENDENCIES: &[&str] = &[
222
223
"vcpkg",
224
"version_check",
225
"wasi",
226
+ "wasmparser",
227
"winapi",
228
"winapi-build",
229
"winapi-i686-pc-windows-gnu",
0 commit comments