espresso-sequencer icon indicating copy to clipboard operation
espresso-sequencer copied to clipboard

Remove unused dependencies and fix compiler warnings

Open reject-i opened this issue 7 months ago • 2 comments

PR description:

This PR cleans up the codebase by removing multiple unused dependencies across different crates and fixing compiler warnings. Changes were identified using cargo-udeps tool and do not impact functionality. All tests continue to pass.

The changes reduce compilation overhead and improve code maintainability by removing:

  • Cyclic dependency in espresso-types
  • Several unused regular and dev-dependencies in multiple crates
  • An ineffective #[must_use] attribute on a trait method

reject-i avatar Apr 21 '25 15:04 reject-i

CLA assistant check
All committers have signed the CLA.

CLAassistant avatar Apr 21 '25 15:04 CLAassistant

Hey imabdulbasit! Can you check PR please ?

reject-i avatar May 07 '25 11:05 reject-i