mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-13 21:54:42 +00:00
Fix stale reference in architecture.md
This commit is contained in:
parent
ce5046be50
commit
8a4b1fd96e
2 changed files with 1 additions and 2 deletions
|
@ -90,7 +90,6 @@ ra-ap-rustc_abi = { version = "0.53.0", default-features = false }
|
||||||
ra-ap-rustc_pattern_analysis = { version = "0.53.0", default-features = false }
|
ra-ap-rustc_pattern_analysis = { version = "0.53.0", default-features = false }
|
||||||
|
|
||||||
# local crates that aren't published to crates.io. These should not have versions.
|
# local crates that aren't published to crates.io. These should not have versions.
|
||||||
sourcegen = { path = "./crates/sourcegen" }
|
|
||||||
test-fixture = { path = "./crates/test-fixture" }
|
test-fixture = { path = "./crates/test-fixture" }
|
||||||
test-utils = { path = "./crates/test-utils" }
|
test-utils = { path = "./crates/test-utils" }
|
||||||
|
|
||||||
|
|
|
@ -368,7 +368,7 @@ In particular, we generate:
|
||||||
|
|
||||||
* Documentation tests for assists
|
* Documentation tests for assists
|
||||||
|
|
||||||
See the `sourcegen` crate for details.
|
See the `xtask\src\codegen\assists_doc_tests.rs` module for details.
|
||||||
|
|
||||||
**Architecture Invariant:** we avoid bootstrapping.
|
**Architecture Invariant:** we avoid bootstrapping.
|
||||||
For codegen we need to parse Rust code.
|
For codegen we need to parse Rust code.
|
||||||
|
|
Loading…
Reference in a new issue