mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 14:21:44 +00:00
Clarify documentation on new parameter
This commit is contained in:
parent
53b6700594
commit
ef0b3bbef1
3 changed files with 3 additions and 3 deletions
|
@ -484,7 +484,7 @@ config_data! {
|
|||
/// This is useful to prevent rust-analyzer's `cargo check` from blocking builds.
|
||||
///
|
||||
/// Set to `true` to use a subdirectory of the existing target directory or
|
||||
/// set to a path to use that path.
|
||||
/// set to a path relative to the workspace to use that path.
|
||||
rust_analyzerTargetDir: Option<TargetDirectory> = "null",
|
||||
|
||||
/// Path to the Cargo.toml of the rust compiler workspace, for usage in rustc_private
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue