Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #6

Merged
merged 1 commit into from
Dec 22, 2023

chore: release v0.7.0

edf1573
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

Release v0.7.0 #6

chore: release v0.7.0
edf1573
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
GitHub Actions / clippy succeeded Dec 22, 2023 in 0s

reviewdog [clippy] report

reported by reviewdog 🐶

Findings (0)
Filtered Findings (1)

target/debug/build/informalsystems-pbjson-types-cdaac2ef01823df4/out/google.protobuf.serde.rs|8096 col 87| warning: the borrowed expression implements the required traits
--> /home/runner/work/pbjson/pbjson/target/debug/build/informalsystems-pbjson-types-cdaac2ef01823df4/out/google.protobuf.serde.rs:8096:87
|
8096 | struct_ser.serialize_field("stringValue", pbjson::private::base64::encode(&v).as_str())?;
| ^^ help: change this to: v
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: #[warn(clippy::needless_borrows_for_generic_args)] on by default