1
0
mirror of https://github.com/rust-lang/rustlings.git synced 2025-05-31 23:09:44 +02:00

Use a separate target dir for rust analyzer

This commit is contained in:
mo8it 2025-05-12 20:38:04 +02:00
parent 48bab77609
commit e76ca5e2b9

View File

@ -178,6 +178,7 @@ const INIT_SOLUTION_FILE: &[u8] = b"fn main() {
pub const RUST_ANALYZER_TOML: &[u8] = br#"check.command = "clippy"
check.extraArgs = ["--profile", "test"]
cargo.targetDir = true
"#;
const GITIGNORE: &[u8] = b"Cargo.lock