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:
parent
134b1d44b3
commit
8894ea0c7b
3 changed files with 4 additions and 4 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue