Skip to content

[charted-core] Remove axum feature in default features #5363

[charted-core] Remove axum feature in default features

[charted-core] Remove axum feature in default features #5363

Triggered via push February 9, 2025 05:17
Status Failure
Total duration 11m 45s
Billable time 7m
Artifacts

CI.yaml

on: push
Rust / `cargo deny`
33s
Rust / `cargo deny`
Rust / Report Missing Dependencies
57s
Rust / Report Missing Dependencies
Nix / Build
0s
Nix / Build
Rust / Clippy
1m 33s
Rust / Clippy
Matrix: rust
Fit to window
Zoom out
Zoom in

Annotations

1 error and 2 warnings
Rust / Report Missing Dependencies
Process completed with exit code 1.
/home/runner/work/charted/charted/crates/server/src/lib.rs#L50
associated functions `invalid_utf8` and `msg` are never used
associated functions `invalid_utf8` and `msg` are never used: crates/server/src/lib.rs#L50
warning: associated functions `invalid_utf8` and `msg` are never used --> crates/server/src/middleware/sessions/error.rs:50:19 | 49 | impl Error { | ---------- associated functions in this implementation 50 | pub(crate) fn invalid_utf8() -> Self { | ^^^^^^^^^^^^ ... 54 | pub(crate) fn msg<M: Into<Cow<'static, str>>>(msg: M) -> Self { | ^^^ | = note: `#[warn(dead_code)]` on by default