We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48bab77 commit e76ca5eCopy full SHA for e76ca5e
1 file changed
src/init.rs
@@ -178,6 +178,7 @@ const INIT_SOLUTION_FILE: &[u8] = b"fn main() {
178
179
pub const RUST_ANALYZER_TOML: &[u8] = br#"check.command = "clippy"
180
check.extraArgs = ["--profile", "test"]
181
+cargo.targetDir = true
182
"#;
183
184
const GITIGNORE: &[u8] = b"Cargo.lock
0 commit comments