Skip to content

chore: fix broken StructuralEq documentation links - #320

Open
rnkrtt wants to merge 1 commit into
axiom-crypto:community-editionfrom
rnkrtt:community-edition
Open

chore: fix broken StructuralEq documentation links#320
rnkrtt wants to merge 1 commit into
axiom-crypto:community-editionfrom
rnkrtt:community-edition

Conversation

@rnkrtt

@rnkrtt rnkrtt commented Aug 8, 2025

Copy link
Copy Markdown

Replace all broken links to StructuralEq trait documentation with working Eq trait links.
The StructuralEq trait was experimental and has been removed from Rust, while Eq trait
provides the equivalent functionality for structural equality comparison.

Changes:

  • Updated 9 HTML files with broken StructuralEq links
  • Updated 1 JavaScript file with trait implementor references
  • Replaced URLs from nightly/core/marker/trait.StructuralEq.html to stable/std/cmp/trait.Eq.html
  • Updated title attributes from "trait core::marker::StructuralEq" to "trait std::cmp::Eq"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant