File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -1245,7 +1245,7 @@ pub struct SyntheticSyntax;
1245
1245
// Crate authors can opt their type out of completions in some cases.
1246
1246
// This is done with the `#[rust_analyzer::completions(...)]` attribute.
1247
1247
//
1248
- // All completeable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
1248
+ // All completable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
1249
1249
// which causes the thing to get excluded from flyimport completion. It will still
1250
1250
// be completed when in scope. This is analogous to the setting `rust-analyzer.completion.autoimport.exclude`
1251
1251
// with `"type": "always"`.
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ mdbook will rebuild the documentation as changes are made.
19
19
20
20
## Making updates
21
21
22
- While not required, installing the mdbook binary can be helfpul in order to see the changes.
22
+ While not required, installing the mdbook binary can be helpful in order to see the changes.
23
23
Start with the mdbook [ User Guide] ( https://rust-lang.github.io/mdBook/guide/installation.html ) to familiarize yourself with the tool.
24
24
25
25
## Generated documentation
You can’t perform that action at this time.
0 commit comments