Skip to content

Commit d5e30de

Browse files
fix ci
1 parent 57d3a69 commit d5e30de

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

src/tools/compiletest/src/directives/directive_names.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -227,8 +227,8 @@ pub(crate) const KNOWN_DIRECTIVE_NAMES: &[&str] = &[
227227
"only-visionos",
228228
"only-wasm32",
229229
"only-wasm32-bare",
230-
"only-wasm32v1-none",
231230
"only-wasm32-wasip1",
231+
"only-wasm32v1-none",
232232
"only-watchos",
233233
"only-windows",
234234
"only-windows-gnu",

src/tools/tidy/src/deps.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ const PERMITTED_DEPS_LOCATION: &str = concat!(file!(), ":", line!());
235235
const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[
236236
// tidy-alphabetical-start
237237
"adler2",
238+
"ahash",
238239
"aho-corasick",
239240
"allocator-api2", // FIXME: only appears in Cargo.lock due to https://github.com/rust-lang/cargo/issues/10801
240241
"annotate-snippets",

0 commit comments

Comments
 (0)