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:
parent
48bab77609
commit
e76ca5e2b9
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user