diff options
| author | Lukas Wirth <lukastw97@gmail.com> | 2024-07-07 09:19:09 +0200 |
|---|---|---|
| committer | Lukas Wirth <lukastw97@gmail.com> | 2024-07-07 09:19:09 +0200 |
| commit | 77bca5306cca285385263a4c09878d8cf2675003 (patch) | |
| tree | c879c38d572acffafcd204cd5d4b4b228b42a8bf /src/tools | |
| parent | 7a2c8c2b39fbc8d84af666a8141d903fd43ddbc9 (diff) | |
Fix stale reference in architecture.md
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/rust-analyzer/Cargo.toml | 1 | ||||
| -rw-r--r-- | src/tools/rust-analyzer/docs/dev/architecture.md | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/src/tools/rust-analyzer/Cargo.toml b/src/tools/rust-analyzer/Cargo.toml index eea73ac380d..bea77b9c854 100644 --- a/src/tools/rust-analyzer/Cargo.toml +++ b/src/tools/rust-analyzer/Cargo.toml @@ -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" } diff --git a/src/tools/rust-analyzer/docs/dev/architecture.md b/src/tools/rust-analyzer/docs/dev/architecture.md index 4303a800a04..f4e7263868c 100644 --- a/src/tools/rust-analyzer/docs/dev/architecture.md +++ b/src/tools/rust-analyzer/docs/dev/architecture.md @@ -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. |
