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

Remove Console Subscriber, it is no longer needed and it just eats CPU #154

Remove Console Subscriber, it is no longer needed and it just eats CPU

Remove Console Subscriber, it is no longer needed and it just eats CPU #154

Triggered via push August 24, 2025 12:28
Status Success
Total duration 1m 12s
Artifacts

cargo.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Cargo: src/endpoints/global_data.rs#L170
empty string literal in `writeln!`
Cargo: src/endpoints/channel.rs#L538
`u32::deserialize(deserializer)?` is never smaller than `0` and has therefore no effect
Cargo: src/endpoints/channel.rs#L292
this `if` statement can be collapsed
Cargo: src/endpoints/channel.rs#L119
this expression creates a reference which is immediately dereferenced by the compiler
Cargo: src/endpoints/channel.rs#L119
this `if` statement can be collapsed
Cargo: src/endpoints/channel.rs#L84
this `if` statement can be collapsed
Cargo: src/endpoints/account.rs#L399
this `if` statement can be collapsed
Cargo: src/endpoints/account.rs#L286
unneeded `return` statement
Cargo: src/endpoints/account.rs#L184
unneeded `return` statement
Cargo: build.rs#L7
the borrowed expression implements the required traits