Fix stale reference in architecture.md

This commit is contained in:
Lukas Wirth 2024-07-07 09:19:09 +02:00
parent ce5046be50
commit 8a4b1fd96e
2 changed files with 1 additions and 2 deletions

View file

@ -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 }
# 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-utils = { path = "./crates/test-utils" }

View file

@ -368,7 +368,7 @@ In particular, we generate:
* 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.
For codegen we need to parse Rust code.