Skip to content

Commit 75fabf6

Browse files
committed
Auto merge of rust-lang#17714 - Throne3d:patch-1, r=Veykril
docs: Reference cov_mark crate instead of test_utils/mark Seems this was switched over in rust-lang/rust-analyzer#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 552e6c6 + 54a60f4 commit 75fabf6

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)