Skip to content

Commit c3df246

Browse files
committed
Fix broken link in CONTRIBUTING.md
The link to `Safety comments` is broken, fix it. Signed-off-by: Hengqi Chen <hengqi.chen@gmail.com>
1 parent e8c360b commit c3df246

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ Please make sure that each `unsafe` block your code requires is accompanied by a
5858
`SAFETY` comment. Similar for `unsafe` functions. These comments should state
5959
why required invariants are upheld at the callsite or what invariants exist,
6060
respectively. Please refer to the [Standard Library Developer's
61-
Guide](https://std-dev-guide.rust-lang.org/documentation/safety-comments.html#safety-comments).
61+
Guide](https://std-dev-guide.rust-lang.org/policy/safety-comments.html).
6262

6363
- **Accompany your code with tests.**
6464
Please make an effort to add regression tests for bug fixes and unit or

0 commit comments

Comments
 (0)