Skip to content

Commit

Permalink
Doc - Add link to rustc lint levels
Browse files Browse the repository at this point in the history
  • Loading branch information
ianrrees committed Nov 16, 2023
1 parent be9f24d commit 64b40f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/src/reference/manifest.md
Original file line number Diff line number Diff line change
Expand Up @@ -551,7 +551,7 @@ This is short-hand for:
unsafe_code = { level = "forbid", priority = 0 }
```

`level` corresponds to the lint levels in `rustc`:
`level` corresponds to the [lint levels](https://doc.rust-lang.org/rustc/lints/levels.html) in `rustc`:
- `forbid`
- `deny`
- `warn`
Expand Down

0 comments on commit 64b40f5

Please sign in to comment.