Skip to content

Dont panic on wrong mask size (#40) #120

Dont panic on wrong mask size (#40)

Dont panic on wrong mask size (#40) #120

GitHub Actions / clippy succeeded Aug 15, 2023 in 0s

clippy

1 warning

Details

Results

Message level Amount
Internal compiler error 0
Error 0
Warning 1
Note 0
Help 0

Versions

  • rustc 1.71.1 (eb26296b5 2023-08-03)
  • cargo 1.71.1 (7f1d04c00 2023-07-29)
  • clippy 0.1.71 (eb26296 2023-08-03)

Annotations

Check warning on line 126 in src/buttons.rs

See this annotation in the file changed.

@github-actions github-actions / clippy

this function has too many arguments (9/7)

warning: this function has too many arguments (9/7)
   --> src/buttons.rs:116:5
    |
116 | /     pub fn draw(
117 | |         &self,
118 | |         start_x: f32,
119 | |         end_x: f32,
...   |
125 | |         state: &WindowState,
126 | |     ) {
    | |______^
    |
    = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#too_many_arguments
    = note: `#[warn(clippy::too_many_arguments)]` on by default