feat: clustering support #100
clippy
58 warnings
Details
Results
Message level | Amount |
---|---|
Internal compiler error | 0 |
Error | 0 |
Warning | 58 |
Note | 0 |
Help | 0 |
Versions
- rustc 1.71.0 (8ede3aae2 2023-07-12)
- cargo 1.71.0 (cfd3bbd8f 2023-06-08)
- clippy 0.1.71 (8ede3aa 2023-07-12)
Annotations
Check warning on line 3362 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3362:9
|
3362 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3312 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3312:9
|
3312 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3262 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3262:9
|
3262 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3214 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3214:9
|
3214 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3164 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3164:9
|
3164 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3114 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3114:9
|
3114 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3066 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3066:9
|
3066 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 3018 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:3018:9
|
3018 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2974 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2974:9
|
2974 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2931 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2931:9
|
2931 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2892 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2892:9
|
2892 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2847 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2847:9
|
2847 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2804 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2804:9
|
2804 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2757 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2757:9
|
2757 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2714 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2714:9
|
2714 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2671 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2671:9
|
2671 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2628 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2628:9
|
2628 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2585 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2585:9
|
2585 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2542 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2542:9
|
2542 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2499 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2499:9
|
2499 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2454 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2454:9
|
2454 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2415 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2415:9
|
2415 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2373 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2373:9
|
2373 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2315 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2315:9
|
2315 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`
Check warning on line 2230 in openapi/src/apis/default_api.rs
github-actions / clippy
variable does not need to be mutable
warning: variable does not need to be mutable
--> openapi/src/apis/default_api.rs:2230:9
|
2230 | let mut local_var_resp = local_var_client.execute(local_var_req)?;
| ----^^^^^^^^^^^^^^
| |
| help: remove this `mut`