ProblemThe guide's worked examples reference symbols that are absent from the codebase, making it impossible to follow literally.
- Non-existent symbols.
- Guide unusable as written.
- Doc debt.
Solution
- Either implement the examples or rewrite the guide around real functions.
Acceptance Criteria
- Guide references only existing code.
cargo test --workspace passes.
Note for Contributors: Write a clear PR description. Show the corrected guide.
ProblemThe guide's worked examples reference symbols that are absent from the codebase, making it impossible to follow literally.
Solution
Acceptance Criteria
cargo test --workspacepasses.Note for Contributors: Write a clear PR description. Show the corrected guide.