Skip to content

Commit eb613c7

Browse files
matkladlnicola
andauthored
Apply suggestions from code review
Co-authored-by: Laurențiu Nicola <[email protected]>
1 parent ca2a4cc commit eb613c7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/user/manual.adoc

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -290,7 +290,7 @@ interface Crate {
290290
/// By default, inferred from the `root_module` (members are the crates which reside
291291
/// inside the directory opened in the editor).
292292
///
293-
/// Set this too `false` for things like standard library and 3rd party crates to
293+
/// Set this to `false` for things like standard library and 3rd party crates to
294294
/// enable performance optimizations (rust-analyzer assumes that non-member crates
295295
/// don't change).
296296
is_workspace_member?: boolean;
@@ -309,11 +309,11 @@ interface Crate {
309309
},
310310
/// The set of cfgs activated for a given crate, like `["unix", "feature=foo", "feature=bar"]`.
311311
cfg: string[];
312-
/// Target tripple for this Crate.
312+
/// Target triple for this Crate.
313313
///
314-
/// It is use when running `rustc --print cfg` to get target-specific cfgs.
314+
/// Used when running `rustc --print cfg` to get target-specific cfgs.
315315
target?: string;
316-
/// Environment variables, used for `env!` macro
316+
/// Environment variables, used for the `env!` macro
317317
env: : { [key: string]: string; },
318318
319319
/// For proc-macro crates, path to compiles proc-macro (.so file).

0 commit comments

Comments
 (0)