Error: CLIPPY_WARNING: [#def1] src/rpu/mod.rs:61:1: warning: this `impl` can be derived # | # 61 | / impl Default for ConversionMode { # 62 | | fn default() -> Self { # 63 | | Self::Lossless # 64 | | } # 65 | | } # | |_^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#derivable_impls # help: replace the manual implementation with a derive attribute and mark the default variant # | # 22 + #[derive(Default)] # 23 | pub enum ConversionMode { # 24 ~ #[default] # 25 ~ Lossless = 0, # | Error: CLIPPY_WARNING: [#def2] src/rpu/rpu_data_mapping.rs:527:1: warning: this `impl` can be derived # | # 527 | / impl Default for DoviMappingMethod { # 528 | | fn default() -> Self { # 529 | | Self::Invalid # 530 | | } # 531 | | } # | |_^ # | # = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#derivable_impls # = note: `#[warn(clippy::derivable_impls)]` on by default # help: replace the manual implementation with a derive attribute and mark the default variant # | # 19 + #[derive(Default)] # 20 | pub enum DoviMappingMethod { # 21 | /// Not a valid value, placeholder for Default # 22 ~ #[default] # 23 ~ Invalid = 255, # |
| analyzer-version-clippy | 1.92.0 |
| analyzer-version-cppcheck | 2.19.1 |
| analyzer-version-gcc | 16.0.0 |
| analyzer-version-gcc-analyzer | 16.0.0 |
| analyzer-version-shellcheck | 0.11.0 |
| analyzer-version-unicontrol | 0.0.2 |
| enabled-plugins | clippy, cppcheck, gcc, shellcheck, unicontrol |
| exit-code | 0 |
| host | ip-172-16-1-6.us-west-2.compute.internal |
| known-false-positives | /usr/share/csmock/known-false-positives.js |
| known-false-positives-rpm | known-false-positives-0.0.0.20250521.132812.g8eff701.main-1.el9.noarch |
| mock-config | fedora-rawhide-x86_64 |
| project-name | rust-dolby_vision-3.3.2-1.fc44 |
| store-results-to | /tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.tar.xz |
| time-created | 2026-01-08 21:34:59 |
| time-finished | 2026-01-08 21:37:06 |
| tool | csmock |
| tool-args | '/usr/bin/csmock' '-r' 'fedora-rawhide-x86_64' '-t' 'gcc,cppcheck,clippy,shellcheck,unicontrol' '-o' '/tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.tar.xz' '--gcc-analyze' '--unicontrol-notests' '--unicontrol-bidi-only' '--install' 'pam' '--gcc-analyzer-bin=/usr/bin/gcc' '/tmp/tmpmih1ecf6/rust-dolby_vision-3.3.2-1.fc44.src.rpm' |
| tool-version | csmock-3.8.3.20251215.161544.g62de9a5-1.el9 |