mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-11-16 01:38:13 +00:00
Merge #432
432: Fix link in architecture.md r=matklad a=detrumi Co-authored-by: Wilco Kusee <wilcokusee@gmail.com>
This commit is contained in:
commit
44e42edc8b
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ fixes a bug in the grammar.
|
|||
|
||||
### `crates/ra_db`
|
||||
|
||||
We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and
|
||||
We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and
|
||||
on-demand computation. Roughly, you can think of salsa as a key-value store, but
|
||||
it also can compute derived values using specified functions. The `ra_db` crate
|
||||
provides a basic infrastructure for interacting with salsa. Crucially, it
|
||||
|
|
Loading…
Reference in a new issue