syncobj: Fix import_sync_file and add timeline exports/imports #418
GitHub Actions / clippy
failed
Jul 25, 2025 in 0s
clippy
1 error
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 1 |
Warning | 0 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.66.0 (69f9c33d7 2022-12-12)
- cargo 1.66.0 (d65d197ad 2022-11-15)
- clippy 0.1.66 (69f9c33 2022-12-12)
Annotations
Check failure on line 113 in drm-ffi/src/syncobj.rs
github-actions / clippy
redundant field names in struct initialization
error: redundant field names in struct initialization
--> drm-ffi/src/syncobj.rs:113:9
|
113 | handle: handle,
| ^^^^^^^^^^^^^^ help: replace it with: `handle`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#redundant_field_names
= note: `-D clippy::redundant-field-names` implied by `-D warnings`
Loading