diff --git a/src/error.rs b/src/error.rs index 7cf6a81..497ae5e 100644 --- a/src/error.rs +++ b/src/error.rs @@ -23,7 +23,7 @@ pub(crate) fn inner(input: DeriveInput) -> Result { Ok(quote! { #[automatically_derived] - 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 { } #[automatically_derived]