Skip to content

Commit 77bca53

Browse files
committed
Fix stale reference in architecture.md
1 parent 7a2c8c2 commit 77bca53

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/tools/rust-analyzer/Cargo.toml

-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ ra-ap-rustc_abi = { version = "0.53.0", default-features = false }
9090
ra-ap-rustc_pattern_analysis = { version = "0.53.0", default-features = false }
9191

9292
# local crates that aren't published to crates.io. These should not have versions.
93-
sourcegen = { path = "./crates/sourcegen" }
9493
test-fixture = { path = "./crates/test-fixture" }
9594
test-utils = { path = "./crates/test-utils" }
9695

src/tools/rust-analyzer/docs/dev/architecture.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ In particular, we generate:
368368

369369
* Documentation tests for assists
370370

371-
See the `sourcegen` crate for details.
371+
See the `xtask\src\codegen\assists_doc_tests.rs` module for details.
372372

373373
**Architecture Invariant:** we avoid bootstrapping.
374374
For codegen we need to parse Rust code.

0 commit comments

Comments
 (0)