Tweak embed information #125
Annotations
8 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/endpoints/mod.rs#L18
unexpected `cfg` condition value: `js-sys`
|
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/user.rs#L379
unneeded `return` statement
|
Cargo:
src/main.rs#L105
this operation has no effect
|