ANW-41 Docs: fix four broken rustdoc intra-doc links

cargo doc --no-deps is warning-free. No behaviour change.
This commit is contained in:
Andreas Brenner 2026-07-24 23:41:33 +03:00
parent 134b1d44b3
commit 8894ea0c7b
3 changed files with 4 additions and 4 deletions

View file

@ -11,7 +11,7 @@
//! `__in` / `__all` are comma-separated; unknown operators are `400`.
//!
//! Predicates are evaluated by iterating the in-memory [`NoteStore`] and
//! applying each [`Predicate::matches`] in turn. At the documented scale
//! applying each [`Predicate`] in turn. At the documented scale
//! (low-thousands-of-notes vaults) this is sub-millisecond; see
//! [[ADR-009 Reverse ADR-002 In-Memory Evaluation No Tantivy]] for the
//! call to keep evaluation in-memory rather than carrying a Tantivy index.