Add missing module doc

This commit is contained in:
Rob Wagner 2023-07-27 22:38:07 -04:00
parent c280c336da
commit 8befd4414b
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61

View file

@ -1,3 +1,5 @@
//! Request guard for protecting a router against non-htmx requests.
use std::{
fmt,
future::Future,