error: manual `!RangeInclusive::contains` implementation
--> qcow/src/qcow.rs:412:12
|
412 | if cluster_bits < MIN_CLUSTER_BITS || cluster_bits > MAX_CLUSTER_BITS {
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: use: `!(MIN_CLUSTER_BITS..=MAX_CLUSTER_BITS).contains(&cluster_bits)`
|
= note: `-D clippy::manual-range-contains` implied by `-D warnings`
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#manual_range_contains
Signed-off-by: Rob Bradford <robert.bradford@intel.com>
|
||
|---|---|---|
| .. | ||
| qcow.rs | ||
| qcow_raw_file.rs | ||
| raw_file.rs | ||
| refcount.rs | ||
| vec_cache.rs | ||