Skip to content

fix nasty conflict issue #113

fix nasty conflict issue

fix nasty conflict issue #113

Triggered via push January 20, 2025 08:35
Status Success
Total duration 22s
Artifacts

cargo.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Cargo
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Cargo: src/gateway.rs#L3
unused import: `http::StatusCode`
Cargo: src/gateway.rs#L127
variant `Conflict` is never constructed
Cargo: src/endpoints/account.rs#L184
unneeded `return` statement
Cargo: src/endpoints/account.rs#L286
unneeded `return` statement
Cargo: src/endpoints/channel.rs#L119
this expression creates a reference which is immediately dereferenced by the compiler
Cargo: src/endpoints/channel.rs#L533
`u32::deserialize(deserializer)?` is never smaller than `0` and has therefore no effect
Cargo: src/endpoints/global_data.rs#L65
using `clone` on type `u32` which implements the `Copy` trait
Cargo: src/endpoints/global_data.rs#L66
using `clone` on type `u32` which implements the `Copy` trait
Cargo: src/endpoints/user.rs#L379
unneeded `return` statement
Cargo: src/main.rs#L100
this operation has no effect