We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
axum::Json
1 parent 908670f commit b646ab9Copy full SHA for b646ab9
1 file changed
packages/breach-macros/src/http.rs
@@ -48,7 +48,7 @@ impl<'a> ToTokens for HttpError<'a> {
48
#[automatically_derived]
49
impl #impl_generics ::axum::response::IntoResponse for #ident #type_generics #where_clause {
50
fn into_response(self) -> ::axum::response::Response {
51
- (self.status(), Json(self)).into_response()
+ (self.status(), ::axum::Json(self)).into_response()
52
}
53
54
});
0 commit comments