google / sxg-rs

A set of tools for generating signed exchanges at serve time.
Apache License 2.0
83 stars 20 forks source link

Fix errors from Rust Clippy #425

Closed antiphoton closed 1 year ago

antiphoton commented 1 year ago

Lint Rust code according to the more strict needless_borrow and explicit_auto_deref rules, which are added by Rust 1.65.

This will fix recent renovate-bot PRs (#413 #424).