Implement Clippy suggestions
They were actually sensible for once???
This commit is contained in:
parent
2c2afb4b33
commit
4c2ad03a0e
16 changed files with 31 additions and 33 deletions
|
|
@ -31,7 +31,7 @@ impl SimpleComponent for SeriesDetails {
|
|||
|
||||
fn init(
|
||||
series_overview: SeriesOverview,
|
||||
_root: gtk4::Box,
|
||||
root: gtk4::Box,
|
||||
_sender: ComponentSender<SeriesDetails>,
|
||||
) -> ComponentParts<SeriesDetails> {
|
||||
let model = SeriesDetails { series_overview };
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue