chore: update with upstream changes in influxdata/pbjson
#5
reviewdog [clippy] report
reported by reviewdog 🐶
Findings (0)
Filtered Findings (1)
target/debug/build/informalsystems-pbjson-types-90546d6c485a9142/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-90546d6c485a9142/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