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 broken intra-doc links in proto_encode/proto_decode
Module-level doc comments referenced items inside the modules without
qualifying them, so cargo doc with `-D warnings` (CI default) failed
with `unresolved link` warnings. Qualify the links with the
`proto_encode::` / `proto_decode::` module prefix.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
0 commit comments