Skip to content

Commit 9fcaab3

Browse files
committed
Auto merge of #17714 - Throne3d:patch-1, r=Veykril
docs: Reference cov_mark crate instead of test_utils/mark Seems this was switched over in #7922 I'm guessing this should skip the changelog because it's so minor, right? Reading through https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/style.md and trying to get up to speed here =)
2 parents 072d710 + d10cdd2 commit 9fcaab3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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)