Skip to content

Commit 445eb99

Browse files
committed
Auto merge of rust-lang#6548 - camsteffen:bless-internal, r=flip1995
Add ui-internal to cargo dev bless changelog: internal
2 parents ae9ae97 + 7acfa44 commit 445eb99

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

clippy_dev/src/bless.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ pub static CARGO_TARGET_DIR: SyncLazy<PathBuf> = SyncLazy::new(|| match env::var
1919
pub fn bless() {
2020
let test_suite_dirs = [
2121
clippy_project_root().join("tests").join("ui"),
22+
clippy_project_root().join("tests").join("ui-internal"),
2223
clippy_project_root().join("tests").join("ui-toml"),
2324
clippy_project_root().join("tests").join("ui-cargo"),
2425
];

0 commit comments

Comments
 (0)