diff options
| author | bors <bors@rust-lang.org> | 2023-07-06 02:34:11 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2023-07-06 02:34:11 +0000 |
| commit | 0d50ab77397d7278500abd22d34de0e10940b2ee (patch) | |
| tree | 02a35487baaef052fd3f02c7b935276f4df24468 /src/tools | |
| parent | bd8aabef316bf8779193798eaf35b8749221a9b4 (diff) | |
| parent | c668eb086e27985043b060b82d913520fd24612b (diff) | |
| download | rust-0d50ab77397d7278500abd22d34de0e10940b2ee.tar.gz rust-0d50ab77397d7278500abd22d34de0e10940b2ee.zip | |
Auto merge of #113391 - fee1-dead-contrib:rollup-9bqlw9z, r=fee1-dead
Rollup of 9 pull requests Successful merges: - #111119 (style-guide: Add chapter about formatting for nightly-only syntax) - #112791 (llvm ffi: Expose `CallInst->setTailCallKind`) - #113145 (style-guide: Document newline rules for assignment operators) - #113163 (Add a regression test for #112895) - #113332 (resolve: Use `Interned` for some interned structures) - #113334 (Revert the lexing of `c"…"` string literals) - #113350 (Fix the issue of wrong diagnosis for extern pub fn) - #113371 (Fix submodule handling when the current branch is named after a tag) - #113384 (style-guide: Clarify grammar for small patterns (not a semantic change)) r? `@ghost` `@rustbot` modify labels: rollup
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/tidy/src/deps.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/tidy/src/deps.rs b/src/tools/tidy/src/deps.rs index 1f6c0b75a09..ecc84c1618c 100644 --- a/src/tools/tidy/src/deps.rs +++ b/src/tools/tidy/src/deps.rs @@ -131,6 +131,7 @@ const PERMITTED_RUSTC_DEPENDENCIES: &[&str] = &[ "crossbeam-epoch", "crossbeam-utils", "crypto-common", + "cstr", "datafrog", "derive_more", "digest", |
