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
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
Acceptance criteria
References