Skip to content

Commit 55964da

Browse files
authored
docs: Reference cov_mark crate instead of test_utils/mark
Seems this was switched over in rust-lang/rust-analyzer#7922
1 parent 13f0a02 commit 55964da

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -408,7 +408,7 @@ It has a much richer vocabulary of types than `ide`, but the basic testing setup
408408
For comparisons, we use the `expect` crate for snapshot testing.
409409

410410
To test various analysis corner cases and avoid forgetting about old tests, we use so-called marks.
411-
See the `marks` module in the `test_utils` crate for more.
411+
See the [cov_mark](https://docs.rs/cov-mark/latest/cov_mark/) crate documentation for more.
412412

413413
**Architecture Invariant:** rust-analyzer tests do not use libcore or libstd.
414414
All required library code must be a part of the tests.

0 commit comments

Comments
 (0)