You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(test): drop needless borrows in import-resolution hash encoding
cargo clippy with -D clippy::all rejects the needless reference passed to
alloy_primitives::hex::encode_prefixed, whose argument is taken by an
AsRef<[u8]> generic bound. Pass the owned hash by value in the imported
and nested-imported RainDocument parse tests.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments