Skip to content

Commit b16b041

Browse files
committed
Auto merge of rust-lang#13272 - oknozor:master, r=Veykril
docs(guide): fix Analysis and AnalysisHost doc links
2 parents 03aa704 + 40e8f03 commit b16b041

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/dev/guide.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@ terms of files and offsets, and **not** in terms of Rust concepts like structs,
4040
traits, etc. The "typed" API with Rust specific types is slightly lower in the
4141
stack, we'll talk about it later.
4242

43-
[`AnalysisHost`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ide_api/src/lib.rs#L265-L284
44-
[`Analysis`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ide_api/src/lib.rs#L291-L478
43+
[`AnalysisHost`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/src/lib.rs#L265-L284
44+
[`Analysis`]: https://github.com/rust-lang/rust-analyzer/blob/guide-2019-01/crates/ra_ide_api/src/lib.rs#L291-L478
4545

4646
The reason for this separation of `Analysis` and `AnalysisHost` is that we want to apply
4747
changes "uniquely", but we might also want to fork an `Analysis` and send it to

0 commit comments

Comments
 (0)