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.
1 parent ae9ae97 commit 7acfa44Copy full SHA for 7acfa44
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