Fixed comment

This commit is contained in:
alexey semenyuk 2022-07-03 19:03:51 +00:00 committed by GitHub
parent 65655d1e1e
commit 9ef76e051b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -24,13 +24,13 @@
"command": "cargo uitest",
"options": {
"env": {
"RUST_BACKTRACE": "1"
// This task will usually execute all UI tests inside `tests/ui` you can
// optionally uncomment the line below and only run a specific test.
//
// See: https://github.com/rust-lang/rust-clippy/blob/master/book/src/development/adding_lints.md#testing
//
// "TESTNAME": "<TODO>",
"RUST_BACKTRACE": "1"
}
},
"problemMatcher": [],