mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 05:09:35 +01:00
Add missing module doc
This commit is contained in:
parent
c280c336da
commit
8befd4414b
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
//! Request guard for protecting a router against non-htmx requests.
|
||||
|
||||
use std::{
|
||||
fmt,
|
||||
future::Future,
|
||||
|
|
Loading…
Reference in a new issue