Skip to content

Commit e76ca5e

Browse files
committed
Use a separate target dir for rust analyzer
1 parent 48bab77 commit e76ca5e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/init.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -178,6 +178,7 @@ const INIT_SOLUTION_FILE: &[u8] = b"fn main() {
178178

179179
pub const RUST_ANALYZER_TOML: &[u8] = br#"check.command = "clippy"
180180
check.extraArgs = ["--profile", "test"]
181+
cargo.targetDir = true
181182
"#;
182183

183184
const GITIGNORE: &[u8] = b"Cargo.lock

0 commit comments

Comments
 (0)