We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f9fb2db commit 67f408cCopy full SHA for 67f408c
src/tools/rust-analyzer/docs/book/src/contributing/style.md
@@ -276,7 +276,7 @@ fn f() {
276
Assert liberally.
277
Prefer [`stdx::never!`](https://docs.rs/always-assert/0.1.2/always_assert/macro.never.html) to standard `assert!`.
278
279
-**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/architecture.md#error-handling).
+**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/architecture.md#error-handling).
280
281
## Getters & Setters
282
0 commit comments