We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb36a49 commit c2933e9Copy full SHA for c2933e9
src/error.rs
@@ -23,7 +23,7 @@ pub(crate) fn inner(input: DeriveInput) -> Result<TokenStream2> {
23
24
Ok(quote! {
25
#[automatically_derived]
26
- impl #impl_generics ::std::error::Error for #ident_name #ty_generics #where_clause {
+ impl #impl_generics ::core::error::Error for #ident_name #ty_generics #where_clause {
27
}
28
29
0 commit comments