The test imported axum unconditionally but only used it inside a #[cfg(feature = "axum")] block, causing a compilation error. Removed the unused import and fixed the unused variable warning. |
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||
The test imported axum unconditionally but only used it inside a #[cfg(feature = "axum")] block, causing a compilation error. Removed the unused import and fixed the unused variable warning. |
||
|---|---|---|
| .. | ||
| miroir-core | ||
| miroir-ctl | ||
| miroir-proxy | ||