Skip to content

Commit

Permalink
Update src/tools/tidy/src/deps.rs
Browse files Browse the repository at this point in the history
Co-authored-by: bjorn3 <[email protected]>
  • Loading branch information
alexcrichton and bjorn3 authored Feb 9, 2024
1 parent 74481b3 commit 4f3348d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/tidy/src/deps.rs
Original file line number Diff line number Diff line change
Expand Up @@ -568,7 +568,7 @@ fn check_runtime_license_exceptions(
// which notably does not include the `wasm` feature which pulls in
// this dependency. In the compiler, however, the `wasm` feature is
// enabled. This exception is intended to be here so long as the
// `EXCEPTIONS` below contains `wasmparser`, but once that goes away
// `EXCEPTIONS` above contains `wasmparser`, but once that goes away
// this can be removed.
if pkg.name == "wasmparser"
&& pkg.license.as_deref() == Some("Apache-2.0 WITH LLVM-exception")
Expand Down

0 comments on commit 4f3348d

Please sign in to comment.