Update rust/README.md

Co-authored-by: Paolo Tranquilli <redsun82@github.com>
This commit is contained in:
Geoffrey White
2024-09-10 16:04:22 +01:00
committed by GitHub
parent ac9afea75e
commit d9a37119f8

View File

@@ -21,7 +21,7 @@ You now need to create a [per-user CodeQL configuration file](https://docs.githu
``` ```
--search-path Users/YOURUSERNAME/semmle-code/ql --search-path Users/YOURUSERNAME/semmle-code/ql
``` ```
(or wherever the `ql` directory is on your system) (or wherever the `codeql` checkout is on your system)
You can now use the Rust extractor e.g. to run Rust tests from the command line or in VSCode. You can now use the Rust extractor e.g. to run Rust tests from the command line or in VSCode.