From 4f3348dbda1062b7d60fc0d2b10b7564c4d6aba1 Mon Sep 17 00:00:00 2001 From: Alex Crichton Date: Fri, 9 Feb 2024 13:48:58 -0600 Subject: [PATCH] Update src/tools/tidy/src/deps.rs Co-authored-by: bjorn3 <17426603+bjorn3@users.noreply.github.com> --- src/tools/tidy/src/deps.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 64d72ca960842..e2c165aff7d29 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -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")