Skip to content

fix: avoid unused async trait handlers - #111

Open
lucarlig wants to merge 1 commit into
mainfrom
user/luca/fix-unused-async-handlers
Open

fix: avoid unused async trait handlers#111
lucarlig wants to merge 1 commit into
mainfrom
user/luca/fix-unused-async-handlers

Conversation

@lucarlig

@lucarlig lucarlig commented Aug 21, 2026

Copy link
Copy Markdown
Contributor

Summary

  • replace synchronous async fn trait implementations with std::future::ready
  • remove the need for Rust-version-specific Clippy allowances
  • keep behavior unchanged across test fixtures and the secrets-detection plugin

This is the bottom PR beneath #107 and #109.

Verification

  • cargo fmt --all -- --check
  • Rust 1.96 and 1.98 workspace Clippy with warnings denied
  • cargo nextest run --locked --workspace (223 passed, 3 skipped)
  • workspace build, dependency policy, and shear checks

Signed-off-by: lucarlig <luca.carlig@ibm.com>
@lucarlig
lucarlig marked this pull request as ready for review August 21, 2026 16:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant