Merge pull request #2568 from quickwit-oss/trinity/wildcard-query-parser #1
Annotations
1 error and 2 warnings
coverage
Codecov: Failed to properly upload: The process '/home/runner/work/_actions/codecov/codecov-action/v3/dist/codecov' failed with exit code 255
|
unused variable: `field`:
src/indexer/index_writer.rs#L2556
warning: unused variable: `field`
--> src/indexer/index_writer.rs:2556:13
|
2556 | let field = schema_builder.add_bool_field("example", STORED);
| ^^^^^ help: if this is intentional, prefix it with an underscore: `_field`
|
= note: `#[warn(unused_variables)]` on by default
|
coverage
Cache not found for keys: v0-rust-coverage-Linux-b0db9221-5c5914f0, v0-rust-coverage-Linux-b0db9221
|