mirror of
https://github.com/robertwayne/axum-htmx
synced 2024-11-26 13:19:35 +01:00
Minor code cleanup
This commit is contained in:
parent
9fcd534468
commit
9faaea4f4e
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,8 @@ pub const HX_RESELECT: &str = "HX-Reselect";
|
||||||
|
|
||||||
/// Can be set as a request or response header.
|
/// Can be set as a request or response header.
|
||||||
///
|
///
|
||||||
/// In a request, it contains the `id of the element that triggered the request.
|
/// In a request, it contains the `id` of the element that triggered the
|
||||||
|
/// request.
|
||||||
///
|
///
|
||||||
/// In a response, it can be used to trigger client-side events.
|
/// In a response, it can be used to trigger client-side events.
|
||||||
///
|
///
|
||||||
|
|
|
@ -1,4 +1,3 @@
|
||||||
#![warn(clippy::all, clippy::pedantic, clippy::nursery, clippy::cargo)]
|
|
||||||
#![doc = include_str!("../README.md")]
|
#![doc = include_str!("../README.md")]
|
||||||
#![forbid(unsafe_code)]
|
#![forbid(unsafe_code)]
|
||||||
pub mod extractors;
|
pub mod extractors;
|
||||||
|
|
Loading…
Reference in a new issue