mirror of
https://github.com/rust-lang/rust-clippy
synced 2024-11-28 07:30:57 +00:00
Add ui-internal to cargo dev bless
This commit is contained in:
parent
ae9ae9713c
commit
7acfa4433f
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ pub static CARGO_TARGET_DIR: SyncLazy<PathBuf> = SyncLazy::new(|| match env::var
|
|||
pub fn bless() {
|
||||
let test_suite_dirs = [
|
||||
clippy_project_root().join("tests").join("ui"),
|
||||
clippy_project_root().join("tests").join("ui-internal"),
|
||||
clippy_project_root().join("tests").join("ui-toml"),
|
||||
clippy_project_root().join("tests").join("ui-cargo"),
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue