Minor code cleanup

This commit is contained in:
Rob Wagner 2023-10-23 21:08:00 -04:00
parent 9fcd534468
commit 9faaea4f4e
No known key found for this signature in database
GPG key ID: 53CCB4497B15CF61
2 changed files with 2 additions and 2 deletions

View file

@ -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.
/// ///

View file

@ -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;