containers / composefs

a file system for mounting container images
GNU General Public License v2.0
421 stars 29 forks source link

Minor rust lints #308

Closed cgwalters closed 1 month ago

cgwalters commented 1 month ago

rust: Drop unused cfg

Now checked by Rust 1.80, hooray.

Signed-off-by: Colin Walters walters@verbum.org


dumpfile: Fix clippy lint

Use matches! for match-evaluating-to-bool.

Signed-off-by: Colin Walters walters@verbum.org