Skip to content

Commit e87e075

Browse files
authored
Fix broken link (#785)
1 parent 46f8ebc commit e87e075

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/contributing/code-style

docs/contributing/code-style/rust.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ gracefully and returned to the caller. `clippy` will forbid you from using `unwr
135135
`expect()` is allowed, it should be used sparingly and should always provide a helpful message
136136
indicating why it should never occur. Ideally this message is worded to reflect _what_ expectation
137137
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
138+
[Common message styles](https://doc.rust-lang.org/std/error/index.html#common-message-styles). For
139139
example:
140140

141141
```rust

0 commit comments

Comments
 (0)