chore(rust): remove resolved duplicated dependency exclusion (#8766)

We no longer have multiple versions of `tauri-winrt-notification` in our
dependency tree and can therefore remove this exclusion rule.

To ensure that we don't forget to update these in the future, we now
deny the `unnecessary-skip` lint that warns us when we have one of those
entries.
This commit is contained in:
Thomas Eizinger
2025-04-13 12:54:33 +10:00
committed by GitHub
parent 35da0a9cc8
commit d560eb00fd
2 changed files with 1 additions and 2 deletions

View File

@@ -71,7 +71,7 @@ jobs:
- run: cargo clippy --all-targets --all-features ${{ steps.setup-rust.outputs.packages }}
name: "cargo clippy"
shell: bash
- run: cargo deny check --hide-inclusion-graph
- run: cargo deny check --hide-inclusion-graph --deny unnecessary-skip
shell: bash
test:

View File

@@ -264,7 +264,6 @@ skip = [
"regex-syntax",
"syn",
"sync_wrapper",
"tauri-winrt-notification",
"thiserror",
"thiserror-impl",
"toml_edit",