mirror of
https://github.com/redstrate/Kawari.git
synced 2025-06-30 11:47:45 +00:00
Address warning: "empty line after outer attribute"
This commit is contained in:
parent
ab3bcfc365
commit
efb7a7e126
1 changed files with 0 additions and 1 deletions
|
@ -79,7 +79,6 @@ async fn fallback(uri: Uri) -> (StatusCode, String) {
|
||||||
|
|
||||||
#[derive(Clone, Copy, Debug)]
|
#[derive(Clone, Copy, Debug)]
|
||||||
#[must_use]
|
#[must_use]
|
||||||
|
|
||||||
pub struct Xml<T>(pub T);
|
pub struct Xml<T>(pub T);
|
||||||
|
|
||||||
impl<T> IntoResponse for Xml<T>
|
impl<T> IntoResponse for Xml<T>
|
||||||
|
|
Loading…
Add table
Reference in a new issue