Skip to content

Commit 4f3348d

Browse files
alexcrichtonbjorn3
andauthored
Update src/tools/tidy/src/deps.rs
Co-authored-by: bjorn3 <[email protected]>
1 parent 74481b3 commit 4f3348d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/tidy/src/deps.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -568,7 +568,7 @@ fn check_runtime_license_exceptions(
568568
// which notably does not include the `wasm` feature which pulls in
569569
// this dependency. In the compiler, however, the `wasm` feature is
570570
// enabled. This exception is intended to be here so long as the
571-
// `EXCEPTIONS` below contains `wasmparser`, but once that goes away
571+
// `EXCEPTIONS` above contains `wasmparser`, but once that goes away
572572
// this can be removed.
573573
if pkg.name == "wasmparser"
574574
&& pkg.license.as_deref() == Some("Apache-2.0 WITH LLVM-exception")

0 commit comments

Comments
 (0)