Fix nightly CI dead_code warnings
This commit is contained in:
parent
fedb86ea5a
commit
8936fe1acd
4 changed files with 1 additions and 19 deletions
|
|
@ -174,7 +174,7 @@ features = [
|
|||
]
|
||||
|
||||
[target.'cfg(all(unix, not(any(target_os = "redox", target_family = "wasm", target_os = "android", target_os = "ios", target_os = "macos"))))'.dependencies]
|
||||
ahash = { version = "0.8.3", features = ["no-rng"], optional = true }
|
||||
ahash = { version = "0.8.7", features = ["no-rng"], optional = true }
|
||||
bytemuck = { version = "1.13.1", default-features = false, optional = true }
|
||||
calloop = "0.12.3"
|
||||
libc = "0.2.64"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue