Skip to content

Commit f23b190

Browse files
committed
Auto merge of #12990 - ianrrees:patch-1, r=epage
Link to rustc lint levels This simply changes a mention of rustc lint levels, in to a link to the relevant rustc docs.
2 parents be9f24d + 64b40f5 commit f23b190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/doc/src/reference/manifest.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -551,7 +551,7 @@ This is short-hand for:
551551
unsafe_code = { level = "forbid", priority = 0 }
552552
```
553553

554-
`level` corresponds to the lint levels in `rustc`:
554+
`level` corresponds to the [lint levels](https://doc.rust-lang.org/rustc/lints/levels.html) in `rustc`:
555555
- `forbid`
556556
- `deny`
557557
- `warn`

0 commit comments

Comments
 (0)