We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b881deb commit 936bac3Copy full SHA for 936bac3
docs/dev/architecture.md
@@ -119,7 +119,7 @@ See [#93](https://github.com/rust-lang/rust-analyzer/pull/93) for an example PR
119
**Architecture Invariant:** `syntax` crate is completely independent from the rest of rust-analyzer. It knows nothing about salsa or LSP.
120
This is important because it is possible to make useful tooling using only the syntax tree.
121
Without semantic information, you don't need to be able to _build_ code, which makes the tooling more robust.
122
-See also https://web.stanford.edu/~mlfbrown/paper.pdf.
+See also https://mlfbrown.com/paper.pdf.
123
You can view the `syntax` crate as an entry point to rust-analyzer.
124
`syntax` crate is an **API Boundary**.
125
0 commit comments