We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 46f8ebc commit e87e075Copy full SHA for e87e075
1 file changed
docs/contributing/code-style/rust.md
@@ -135,7 +135,7 @@ gracefully and returned to the caller. `clippy` will forbid you from using `unwr
135
`expect()` is allowed, it should be used sparingly and should always provide a helpful message
136
indicating why it should never occur. Ideally this message is worded to reflect _what_ expectation
137
was violated. This provides highly readable code and crash logs. See
138
-[Common message styles](neuronull/pm-31660/rust-style-guide-documenting-code-and-mutex-panics). For
+[Common message styles](https://doc.rust-lang.org/std/error/index.html#common-message-styles). For
139
example:
140
141
```rust
0 commit comments