commit | 320f92c36a80bfafc5d57834592a7be5fd79f104 | [log] [tgz] |
---|---|---|
author | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 08 01:10:11 2021 +0400 |
committer | Marc-André Lureau <marcandre.lureau@redhat.com> | Mon Mar 08 01:10:33 2021 +0400 |
tree | 8ec159ed36aa9f91aa91e215e2497a041ec3b99b | |
parent | e62d42f0fd76f7bb8bf78385a83c060e66ff52b0 [diff] |
rust: fix cargo clippy Fix clippy error about missing main(). Fix various clippy warnings "help: consider removing `'static`: `&str`" Run clippy with the rust test. Signed-off-by: Marc-André Lureau <marcandre.lureau@redhat.com>