Update downcast-rs requirement from 1.2.1 to 2.0.1 (#2566) #3508
GitHub Actions / clippy
succeeded
Jan 22, 2025 in 0s
clippy
1 warning
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 1 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.84.0 (9fc6b4312 2025-01-07)
- cargo 1.84.0 (66221abde 2024-11-19)
- clippy 0.1.84 (9fc6b43126 2025-01-07)
Annotations
Check warning on line 2556 in src/indexer/index_writer.rs
github-actions / clippy
unused variable: `field`
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
Loading