mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-10 15:14:32 +00:00
Fix manual description for rust_project.json
This commit is contained in:
parent
d7db38fff9
commit
1c68954a7d
1 changed files with 1 additions and 1 deletions
|
@ -480,7 +480,7 @@ interface Crate {
|
|||
include_dirs: string[],
|
||||
exclude_dirs: string[],
|
||||
},
|
||||
/// The set of cfgs activated for a given crate, like `["unix", "feature=foo", "feature=bar"]`.
|
||||
/// The set of cfgs activated for a given crate, like `["unix", "feature=\"foo\"", "feature=\"bar\""]`.
|
||||
cfg: string[];
|
||||
/// Target triple for this Crate.
|
||||
///
|
||||
|
|
Loading…
Reference in a new issue