Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Nov 28, 2024
1 parent fc0a64b commit 720ccbc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/src/checks/bans/diags.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,10 @@ A [`[workspace.dependencies]`](https://doc.rust-lang.org/cargo/reference/workspa

A crate version in [`bans.skip`](cfg.md#the-skip-field-optional) was not encountered.

### `unnecessary-skip`

A crate specified in [`bans.skip`](cfg.md#the-skip-field-optional) was in the graph, but that crate only had one version, making the `skip` entry useless.

### `allowed-by-wrapper`

A crate in `bans.deny` was allowed since it was directly depended on by a [`wrappers`](cfg.md#the-wrappers-field-optional) crate.
Expand Down

0 comments on commit 720ccbc

Please sign in to comment.