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;
12451245// Crate authors can opt their type out of completions in some cases.
12461246// This is done with the `#[rust_analyzer::completions(...)]` attribute.
12471247//
1248- // All completeable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
1248+ // All completable things support `#[rust_analyzer::completions(ignore_flyimport)]`,
12491249// which causes the thing to get excluded from flyimport completion. It will still
12501250// be completed when in scope. This is analogous to the setting `rust-analyzer.completion.autoimport.exclude`
12511251// 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.
1919
2020## Making updates
2121
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.
2323Start with the mdbook [ User Guide] ( https://rust-lang.github.io/mdBook/guide/installation.html ) to familiarize yourself with the tool.
2424
2525## Generated documentation
You can’t perform that action at this time.
0 commit comments