Update downcast-rs requirement from 1.2.1 to 2.0.1 (#2566) #3508
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
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|