Merge pull request #478 from Enet4/change/core/element-dict-xvr #1206
Annotations
7 warnings
Run cargo clippy:
core/src/ops.rs#L326
this `let...else` may be rewritten with the `?` operator
|
Run cargo clippy:
pixeldata/src/lib.rs#L567
the `len @ _` pattern can be written as just `len`
|
Run cargo clippy:
pixeldata/src/lib.rs#L588
the `len @ _` pattern can be written as just `len`
|
Run cargo clippy:
pixeldata/src/lib.rs#L613
the `len @ _` pattern can be written as just `len`
|
Run cargo clippy:
pixeldata/src/attribute.rs#L176
accessing first element with `obj.get(tags::SHARED_FUNCTIONAL_GROUPS_SEQUENCE)?.items()?.get(0)`
|
Run cargo clippy:
pixeldata/src/attribute.rs#L179
accessing first element with `inner.items()?.get(0)`
|
Run cargo clippy:
pixeldata/src/attribute.rs#L184
accessing first element with `obj.get(tags::SHARED_FUNCTIONAL_GROUPS_SEQUENCE)?.items()?.get(0)`
|
Loading