Fix new clippy lints

This commit is contained in:
Rob Wagner 2025-06-04 18:34:39 -04:00
parent 312eb5a47e
commit e47e070d63
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -4,7 +4,7 @@
//! `cargo run --features auto-vary --example auto-vary`
use std::time::Duration;
use axum::{response::Html, routing::get, serve, Router};
use axum::{Router, response::Html, routing::get, serve};
use axum_htmx::{AutoVaryLayer, HxRequest};
use tokio::{net::TcpListener, time::sleep};