Skip to content

Commit 88fbdcd

Browse files
authored
Merge pull request #19192 from BenjaminBrienen/patch-4
Update style.md
2 parents 88bc40a + 3a33396 commit 88fbdcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/book/src/contributing/style.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ fn f() {
276276
Assert liberally.
277277
Prefer [`stdx::never!`](https://docs.rs/always-assert/0.1.2/always_assert/macro.never.html) to standard `assert!`.
278278

279-
**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/dev/architecture.md#error-handling).
279+
**Rationale:** See [cross cutting concern: error handling](https://github.com/rust-lang/rust-analyzer/blob/master/docs/book/src/contributing/architecture.md#error-handling).
280280

281281
## Getters & Setters
282282

0 commit comments

Comments
 (0)