Skip to content

fun: ✨ STATICALLY DISPATCHED CLIENTS ✨ + other stuff #442

fun: ✨ STATICALLY DISPATCHED CLIENTS ✨ + other stuff

fun: ✨ STATICALLY DISPATCHED CLIENTS ✨ + other stuff #442

Triggered via pull request December 1, 2024 07:43
@kawaemonkawaemon
synchronize #107
refactor
Status Success
Total duration 8m 28s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
methods `on_vc_data_available`, `on_vc_join`, and `on_vc_leave` are never used: src/bot/mod.rs#L99
warning: methods `on_vc_data_available`, `on_vc_join`, and `on_vc_leave` are never used --> src/bot/mod.rs:99:8 | 87 | pub trait BotService<R: Runtime>: Send + Sync { | ---------- methods in this trait ... 99 | fn on_vc_data_available( | ^^^^^^^^^^^^^^^^^^^^ ... 108 | fn on_vc_join( | ^^^^^^^^^^ ... 117 | fn on_vc_leave( | ^^^^^^^^^^^
method `name` is never used: src/bot/mod.rs#L41
warning: method `name` is never used --> src/bot/mod.rs:41:8 | 39 | pub trait User: Send + Sync { | ---- method in this trait 40 | fn id(&self) -> u64; 41 | fn name(&self) -> &str; | ^^^^ | = note: `#[warn(dead_code)]` on by default
method `name` is never used: src/bot/mod.rs#L41
warning: method `name` is never used --> src/bot/mod.rs:41:8 | 39 | pub trait User: Send + Sync { | ---- method in this trait 40 | fn id(&self) -> u64; 41 | fn name(&self) -> &str; | ^^^^ | = note: `#[warn(dead_code)]` on by default