1
0
mirror of https://github.com/emilk/egui.git synced 2026-06-26 14:49:06 -04:00

Fix some typos from the cranky-clippy transition (#4417)

This commit is contained in:
YgorSouza
2024-04-26 07:46:25 +02:00
committed by GitHub
parent 2f508d6a61
commit 0bc59f578b
3 changed files with 6 additions and 6 deletions

View File

@@ -15,7 +15,7 @@
// Tell Rust Analyzer to use its own target directory, so we don't need to wait for it to finish wen we want to `cargo run`
"rust-analyzer.check.overrideCommand": [
"cargo",
"cranky",
"clippy",
"--target-dir=target_ra",
"--workspace",
"--message-format=json",
@@ -24,7 +24,7 @@
],
"rust-analyzer.cargo.buildScripts.overrideCommand": [
"cargo",
"cranky",
"clippy",
"--quiet",
"--target-dir=target_ra",
"--workspace",