We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ae9ae97 + 7acfa44 commit 445eb99Copy full SHA for 445eb99
clippy_dev/src/bless.rs
@@ -19,6 +19,7 @@ pub static CARGO_TARGET_DIR: SyncLazy<PathBuf> = SyncLazy::new(|| match env::var
19
pub fn bless() {
20
let test_suite_dirs = [
21
clippy_project_root().join("tests").join("ui"),
22
+ clippy_project_root().join("tests").join("ui-internal"),
23
clippy_project_root().join("tests").join("ui-toml"),
24
clippy_project_root().join("tests").join("ui-cargo"),
25
];
0 commit comments