mirror of
https://github.com/robertwayne/axum-htmx
synced 2025-12-16 12:45:17 +01:00
Fix new clippy lints
This commit is contained in:
parent
312eb5a47e
commit
e47e070d63
1 changed files with 1 additions and 1 deletions
|
|
@ -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};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue