chore(cargo): address clippy warnings

This commit is contained in:
LGUG2Z
2026-07-21 10:50:26 -07:00
parent ccb39abd2e
commit d29069398b
8 changed files with 16 additions and 30 deletions
Generated
+4 -16
View File
@@ -1351,7 +1351,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0b1fab2ae45819af2d0731d60f2afe17227ebb1a1538a236da84c93e9a60162"
dependencies = [
"dispatch2",
"nix 0.31.3",
"nix",
"windows-sys 0.61.2",
]
@@ -3909,18 +3909,6 @@ version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
[[package]]
name = "nix"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
dependencies = [
"bitflags 2.13.0",
"cfg-if 1.0.4",
"cfg_aliases",
"libc",
]
[[package]]
name = "nix"
version = "0.31.3"
@@ -4396,7 +4384,7 @@ version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
dependencies = [
"bitflags 2.11.1",
"bitflags 2.13.0",
"block2 0.6.2",
"dispatch2",
"libc",
@@ -4693,7 +4681,7 @@ checksum = "9cf20a545b305cf1da722b236b5155c9bb35f1d5ceb28c048bd96ca842f41b5b"
dependencies = [
"android_system_properties",
"log",
"nix 0.31.3",
"nix",
"objc2 0.6.4",
"objc2-foundation 0.3.2",
"objc2-ui-kit 0.3.2",
@@ -6146,7 +6134,7 @@ dependencies = [
"lazycell",
"libc",
"mach2",
"nix 0.31.2",
"nix",
"num-traits",
"objc2-core-foundation",
"objc2-io-kit",