Skip to content

Commit 64b40f5

Browse files
committed
Doc - Add link to rustc lint levels
1 parent be9f24d commit 64b40f5

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)