summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/init.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/init.rs b/src/init.rs
index 208425c..a60fba7 100644
--- a/src/init.rs
+++ b/src/init.rs
@@ -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