kaspanet / rusty-kaspa

Kaspa full-node and related libraries in the Rust programming language. This is a stable version at the initial rollout phases.
ISC License
371 stars 118 forks source link

Fix Rust 1.75 warnings #372

Closed michaelsutton closed 5 months ago

michaelsutton commented 5 months ago

Usually pub use imports should not be a warning as they are intended for public usage, however the compiler is right about all these: they are all not actually exposed on the crate level (nor used within the crate). See for reference https://github.com/rust-lang/rust/issues/117120#issuecomment-1777113406