We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74481b3 commit 4f3348dCopy full SHA for 4f3348d
src/tools/tidy/src/deps.rs
@@ -568,7 +568,7 @@ fn check_runtime_license_exceptions(
568
// which notably does not include the `wasm` feature which pulls in
569
// this dependency. In the compiler, however, the `wasm` feature is
570
// enabled. This exception is intended to be here so long as the
571
- // `EXCEPTIONS` below contains `wasmparser`, but once that goes away
+ // `EXCEPTIONS` above contains `wasmparser`, but once that goes away
572
// this can be removed.
573
if pkg.name == "wasmparser"
574
&& pkg.license.as_deref() == Some("Apache-2.0 WITH LLVM-exception")
0 commit comments