Commit 1925d26
fix(doc): mark README entity-RAG code snippet as ignore for doctests
The MetadataBoost example in README uses ? operator and undefined
variables (searcher, query) — it's an API showcase snippet, not a
runnable example. Marking as rust,ignore prevents doctest compilation
failure on Linux CI.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>1 parent 03152dc commit 1925d26
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
119 | 119 | | |
120 | 120 | | |
121 | 121 | | |
122 | | - | |
| 122 | + | |
123 | 123 | | |
124 | 124 | | |
125 | 125 | | |
| |||
0 commit comments