[charted-core] Remove axum
feature in default features
#5363
CI.yaml
on: push
Rust / `cargo deny`
33s
Rust / Report Missing Dependencies
57s
Nix / Build
0s
Rust / Clippy
1m 33s
Matrix: rust
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
|