Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonathan Turner committed Feb 8, 2017
1 parent 53e1cf1 commit 6e73fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -89,7 +89,7 @@ will affect how the RLS operates and how it builds your project.
Currently we accept the following options:

* `build_lib` (`bool`, defaults to `false`) checks the project as if you passed the `--lib` argument to cargo.
* `cfg_test` (`bool`, defaults to `false`) checks the project as if you were running `cargo test` rather than `cargo build`. I.e., compiles (but does not run) test code.
* `cfg_test` (`bool`, defaults to `true`) checks the project as if you were running `cargo test` rather than `cargo build`. I.e., compiles (but does not run) test code.


### VSCode integration
Expand Down

0 comments on commit 6e73fa2

Please sign in to comment.