We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Debug
1 parent 111cecb commit 7b11f03Copy full SHA for 7b11f03
1 file changed
packages/fortifier-macros/src/integrations.rs
@@ -74,6 +74,6 @@ pub fn where_predicate(error_type: TokenStream) -> TokenStream {
74
}
75
76
quote! {
77
- #lifetimes #error_type: Debug + PartialEq #traits
+ #lifetimes #error_type: ::std::fmt::Debug + PartialEq #traits
78
79
0 commit comments