diff options
| author | Matthias Krüger <matthias.krueger@famsik.de> | 2022-08-09 07:06:02 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-08-09 07:06:02 +0200 |
| commit | cacd37ac3c7aefb1f00bb20bcdf2bc30a7252e60 (patch) | |
| tree | be8614cfe1105b429d3f4f802f5e14f3d3c2ea60 /src/tools/rust-analyzer/docs/dev/guide.md | |
| parent | e20fabb6d573d503d2863fb7619257a0701cc293 (diff) | |
| parent | f1e801be71ce93a746d984d1f0e6590c866a800c (diff) | |
| download | rust-cacd37ac3c7aefb1f00bb20bcdf2bc30a7252e60.tar.gz rust-cacd37ac3c7aefb1f00bb20bcdf2bc30a7252e60.zip | |
Rollup merge of #100303 - lnicola:rust-analyzer-2022-08-09, r=lnicola
:arrow_up: rust-analyzer r? `@ghost`
Diffstat (limited to 'src/tools/rust-analyzer/docs/dev/guide.md')
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/guide.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/rust-analyzer/docs/dev/guide.md b/src/tools/rust-analyzer/docs/dev/guide.md index 47ae3f3e6a9..808eb5d10bf 100644 --- a/src/tools/rust-analyzer/docs/dev/guide.md +++ b/src/tools/rust-analyzer/docs/dev/guide.md @@ -63,7 +63,7 @@ Next, let's talk about what the inputs to the `Analysis` are, precisely. ## Inputs -Rust Analyzer never does any I/O itself, all inputs get passed explicitly via +rust-analyzer never does any I/O itself, all inputs get passed explicitly via the `AnalysisHost::apply_change` method, which accepts a single argument, a `Change`. [`Change`] is a builder for a single change "transaction", so it suffices to study its methods to understand all of the |
