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

Commit 74c5e6f

Browse files
committed
Update docs on the unstable_features flag.
1 parent 076afc3 commit 74c5e6f

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

README.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -102,18 +102,16 @@ Currently we accept the following options:
102102
running `cargo test` rather than `cargo build`. I.e., compiles (but does not
103103
run) test code.
104104
* `unstable_features` (`bool`, defaults to `false`) enables unstable features.
105-
Currently, this includes range formatting and `workspace_mode`,
106-
`analyze_package` options.
105+
Currently no option requires this flag.
107106
* `sysroot` (`String`, defaults to `""`) if the given string is not empty, use
108107
the given path as the sysroot for all rustc invocations instead of trying to
109108
detect the sysroot automatically
110109
* `target` (`String`, defaults to `""`) if the given string is not empty, use
111110
the given target triple for all rustc invocations
112111
* `wait_to_build` (`u64`, defaults to `500`) time in milliseconds between
113112
receiving a change notification and starting build
114-
* `workspace_mode` (`bool`, defaults to `true`) Experimental mode, requires
115-
`unstable_features` turned on. When turned on, RLS will try to scan current
116-
workspace and analyze every package in it.
113+
* `workspace_mode` (`bool`, defaults to `true`) When turned on, RLS will try
114+
to scan current workspace and analyze every package in it.
117115
* `analyze_package` (`String`, defaults to `""`) When `workspace_mode` is
118116
enabled, analysis will be only provided for the specified package (runs as
119117
if `-p <analyze_package>` was passed).

0 commit comments

Comments
 (0)