ryerraguntla commented on code in PR #3498: URL: https://github.com/apache/iggy/pull/3498#discussion_r3417901365
########## Cargo.toml: ########## Review Comment: dashmap and once_cell listed in [dependencies] but never imported in src/lib.rs. [package.metadata.cargo-machete] ignored silences machete to hide this. Both crates must be removed from [dependencies] and from the ignored list (other sources carry them because they actually use DashMap for in-flight dedup or once_cell for lazy statics; this one does neither). -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
