We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e8c360b commit a978f3fCopy full SHA for a978f3f
CONTRIBUTING.md
@@ -58,7 +58,7 @@ Please make sure that each `unsafe` block your code requires is accompanied by a
58
`SAFETY` comment. Similar for `unsafe` functions. These comments should state
59
why required invariants are upheld at the callsite or what invariants exist,
60
respectively. Please refer to the [Standard Library Developer's
61
-Guide](https://std-dev-guide.rust-lang.org/documentation/safety-comments.html#safety-comments).
+Guide](https://std-dev-guide.rust-lang.org/policy/safety-comments.html).
62
63
- **Accompany your code with tests.**
64
Please make an effort to add regression tests for bug fixes and unit or
0 commit comments