Skip to content
This repository was archived by the owner on Dec 24, 2025. It is now read-only.

add git to native build inputs #144

add git to native build inputs

add git to native build inputs #144

Triggered via push July 21, 2025 13:48
Status Success
Total duration 21s
Artifacts

cargo.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Cargo: src/endpoints/hypixel.rs#L123
redundant closure
Cargo: src/endpoints/hypixel.rs#L129
unneeded `return` statement
Cargo: src/endpoints/global_data.rs#L233
unneeded `return` statement
Cargo: src/endpoints/global_data.rs#L170
empty string literal in `writeln!`
Cargo: src/endpoints/channel.rs#L533
`u32::deserialize(deserializer)?` is never smaller than `0` and has therefore no effect
Cargo: src/endpoints/channel.rs#L119
this expression creates a reference which is immediately dereferenced by the compiler
Cargo: src/endpoints/account.rs#L286
unneeded `return` statement
Cargo: src/endpoints/account.rs#L184
unneeded `return` statement
Cargo: build.rs#L9
variables can be used directly in the `format!` string
Cargo: build.rs#L7
the borrowed expression implements the required traits