Skip to content

Validate ignored doctests for CpuHnsw::build/with_capacity #164

Description

@coderabbitai

Summary

Ignored doctest examples in `CpuHnsw::build`/`CpuHnsw::with_capacity` bypass compile checking, and no trybuild/equivalent fixture covers the new API surface.

Required changes

Drop `rust,ignore` from the doctests or convert the examples into a validating doctest/trybuild fixture that exercises the public API and runs in CI.

Affected areas

  • `chutoro-core/src/hnsw/cpu/construction.rs`

Acceptance criteria

  • Doctest examples for `build`/`with_capacity` are compiled and checked in CI.

References

  • PR: $pr_url
  • Requested by: @$assignee

Metadata

Metadata

Assignees

Labels

bugSomething isn't workingmediumMedium priority issuetesting

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions