aboutsummaryrefslogtreecommitdiff
path: root/docs/dev/architecture.md
diff options
context:
space:
mode:
authorbors[bot] <26634292+bors[bot]@users.noreply.github.com>2020-02-17 20:10:19 +0000
committerGitHub <[email protected]>2020-02-17 20:10:19 +0000
commit9053003e3b298b38f6029b860efc5baed1996385 (patch)
tree7ab4c825c2919090de7a0570ba9da0790c004de2 /docs/dev/architecture.md
parent1b73abd1c3c9185f4a1f62c5e657e07daf3d4774 (diff)
parentb6b8fd9525099a54fa2065d55609808636bb5673 (diff)
Merge #3202
3202: Fix RA_PROF and replace ra_cli mentions r=matklad a=lnicola Co-authored-by: LaurenČ›iu Nicola <[email protected]>
Diffstat (limited to 'docs/dev/architecture.md')
-rw-r--r--docs/dev/architecture.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/dev/architecture.md b/docs/dev/architecture.md
index 9675ed0b6..41c3909f7 100644
--- a/docs/dev/architecture.md
+++ b/docs/dev/architecture.md
@@ -147,10 +147,6 @@ different from data on disk. This is more or less the single really
147platform-dependent component, so it lives in a separate repository and has an 147platform-dependent component, so it lives in a separate repository and has an
148extensive cross-platform CI testing. 148extensive cross-platform CI testing.
149 149
150### `crates/ra_cli`
151
152A CLI interface to rust-analyzer, mainly for testing.
153
154## Testing Infrastructure 150## Testing Infrastructure
155 151
156Rust Analyzer has three interesting [systems 152Rust Analyzer has three interesting [systems