Update docs/user/manual.adoc

Co-authored-by: Laurențiu Nicola <lnicola@users.noreply.github.com>
This commit is contained in:
Michael Bryan 2020-07-16 23:30:11 +08:00 committed by GitHub
parent 9daa6b5cfa
commit 60a243b375
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -383,7 +383,7 @@ For example, if you want to run https://crates.io/crates/cargo-watch[`cargo watc
"label": "Watch",
"group": "build",
"type": "shell",
"command": "cargo watch --package rust-analyzer",
"command": "cargo watch",
"problemMatcher": "$rustc-watch",
"isBackground": true
}