mirror of https://github.com/fafhrd91/actix-web
Reformatted code
This commit is contained in:
parent
2c4a3b9d76
commit
37c9844e39
|
@ -465,9 +465,8 @@ impl ToTokens for Route {
|
||||||
})
|
})
|
||||||
.collect();
|
.collect();
|
||||||
|
|
||||||
let documentation = format!(
|
let documentation =
|
||||||
"Struct generated by the routing macro for the handler function `{name}`.",
|
format!("Struct generated by the routing macro for the handler function `{name}`.",);
|
||||||
);
|
|
||||||
|
|
||||||
let stream = quote! {
|
let stream = quote! {
|
||||||
#(#doc_attributes)*
|
#(#doc_attributes)*
|
||||||
|
|
Loading…
Reference in New Issue