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(sidekick/rust): Remove unnecessary dereference in transport template (#2481)
Removes an unnecessary `&*` in the `with_instrumentation` call within
the generated `transport.rs` file. This was causing a
`clippy::explicit_auto_deref` warning.
This issue was highlighted in the google-cloud-rust CI after merging
librarian PR #2443. See
https://github.com/googleapis/google-cloud-rust/actions/runs/18226945878/job/51900522484?pr=3457
Tested:
- Regenerated showcase with detailed-tracing-attributes=true, confirmed
clippy passes.
- Regenerated showcase with detailed-tracing-attributes=false, confirmed
clippy passes and no tracing code was added.
0 commit comments