Skip to content

Commit

Permalink
Auto merge of #12990 - ianrrees:patch-1, r=epage
Browse files Browse the repository at this point in the history
Link to rustc lint levels

This simply changes a mention of rustc lint levels, in to a link to the relevant rustc docs.
  • Loading branch information
bors committed Nov 16, 2023
2 parents be9f24d + 64b40f5 commit f23b190
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 f23b190

Please sign in to comment.