Skip to content

allow warming partially an sstable for an automaton #4228

allow warming partially an sstable for an automaton

allow warming partially an sstable for an automaton #4228

GitHub Actions / clippy succeeded Jan 6, 2025 in 1s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.83.0 (90b35a623 2024-11-26)
  • cargo 1.83.0 (5ffbef321 2024-10-29)
  • clippy 0.1.83 (90b35a6 2024-11-26)

Annotations

Check warning on line 2556 in src/indexer/index_writer.rs

See this annotation in the file changed.

@github-actions 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