Skip to content

Commit 8ccccba

Browse files
committed
Rust: Add additional allowed filess
1 parent 1da39a2 commit 8ccccba

2 files changed

Lines changed: 8 additions & 3 deletions

File tree

‎.github/workflows/update-rust-analyzer.lock.yml‎

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎.github/workflows/update-rust-analyzer.md‎

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,11 @@ safe-outputs:
7272
- "shared/yeast/Cargo.toml"
7373
- "shared/yeast-macros/Cargo.toml"
7474
- "shared/yeast-schema/Cargo.toml"
75+
# A rust-analyzer update can require a newer Rust toolchain whose Clippy
76+
# lints require compatibility fixes in any of the shared YEAST crates.
77+
- "shared/yeast/src/**"
78+
- "shared/yeast-macros/src/**"
79+
- "shared/yeast-schema/src/**"
7580
- "ruby/extractor/Cargo.toml"
7681
- "unified/extractor/Cargo.toml"
7782
- "unified/swift-syntax-rs/Cargo.toml"

0 commit comments

Comments
 (0)