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
docs(identity): fix stale 8-hex / recipe references after the 0.8.0 change
Review caught three rustdoc strings still describing the pre-0.8.0 recipe:
- FunctionIdentity::stable_id field doc said `fallow:fn:<8 hex>` (now 16)
- the struct-level hash-exclusion doc described the old unseparated
`file + name + start_line + "function"` preimage
- the 0.6 changelog entry now cross-references the 0.8.0 reconciliation
Also updated two opaque deserialize-test stable_id fixtures from the old
8-hex format to a 16-hex example so they stop implying 8-hex is current.
No code or wire change.
0 commit comments