[charted-core] Remove axum
feature in default features
#5363
Annotations
1 warning
Run auguwu/[email protected]:
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
|
Loading