diff options
author | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-05 11:47:11 +0000 |
---|---|---|
committer | bors[bot] <bors[bot]@users.noreply.github.com> | 2019-01-05 11:47:11 +0000 |
commit | 44e42edc8b7729716e0b410ced2e96c33573e2c0 (patch) | |
tree | 50a9a697b99cf25f8321ed16af8086b246b1938b | |
parent | 53ffa2a030be52ad6ddcf3c038f08c337894fbe7 (diff) | |
parent | 381cf8b38bf5dd01444177108b851b5ea6113a35 (diff) |
Merge #432
432: Fix link in architecture.md r=matklad a=detrumi
Co-authored-by: Wilco Kusee <[email protected]>
-rw-r--r-- | ARCHITECTURE.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ARCHITECTURE.md b/ARCHITECTURE.md index b326f9c71..277b29c12 100644 --- a/ARCHITECTURE.md +++ b/ARCHITECTURE.md | |||
@@ -87,7 +87,7 @@ fixes a bug in the grammar. | |||
87 | 87 | ||
88 | ### `crates/ra_db` | 88 | ### `crates/ra_db` |
89 | 89 | ||
90 | We use [salsa][https://github.com/salsa-rs/salsa] crate for incremental and | 90 | We use the [salsa](https://github.com/salsa-rs/salsa) crate for incremental and |
91 | on-demand computation. Roughly, you can think of salsa as a key-value store, but | 91 | on-demand computation. Roughly, you can think of salsa as a key-value store, but |
92 | it also can compute derived values using specified functions. The `ra_db` crate | 92 | it also can compute derived values using specified functions. The `ra_db` crate |
93 | provides a basic infrastructure for interacting with salsa. Crucially, it | 93 | provides a basic infrastructure for interacting with salsa. Crucially, it |