Skip to content

Commit 7b11f03

Browse files
fix: use fully qualified path for Debug trait (#53)
1 parent 111cecb commit 7b11f03

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/fortifier-macros/src/integrations.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,6 @@ pub fn where_predicate(error_type: TokenStream) -> TokenStream {
7474
}
7575

7676
quote! {
77-
#lifetimes #error_type: Debug + PartialEq #traits
77+
#lifetimes #error_type: ::std::fmt::Debug + PartialEq #traits
7878
}
7979
}

0 commit comments

Comments
 (0)