Remove unused cargo dependencies (#3063)

* cargo shear

* fix warnings on master

* fix docs needing dev-dependency
This commit is contained in:
Firestar99
2025-08-18 20:26:44 +02:00
committed by GitHub
parent 0a4a822837
commit 0a53eae4e0
8 changed files with 6 additions and 39 deletions

View File

@@ -33,3 +33,6 @@ graphene-core = { workspace = true }
unexpected_cfgs = { level = "warn", check-cfg = [
'cfg(target_arch, values("spirv"))',
] }
[package.metadata.cargo-shear]
ignored = ["graphene-core"]