RustCrypto / hybrid-array

Hybrid typenum/const generic arrays
Apache License 2.0
9 stars 8 forks source link

Remove redundant `core::slice` prefixes #62

Closed tarcieri closed 8 months ago

tarcieri commented 8 months ago

We import core::slice, so we can just use slice.

The previous redundant import now triggers a warning on nightly.