diff --git a/libwebauthn/src/webauthn/error.rs b/libwebauthn/src/webauthn/error.rs index 31f57145..b541264d 100644 --- a/libwebauthn/src/webauthn/error.rs +++ b/libwebauthn/src/webauthn/error.rs @@ -16,6 +16,7 @@ pub enum Error { Platform(#[source] PlatformError), } +#[deprecated(note = "Use `Error` instead")] /// Former name of the ceremony [`Error`], retained to avoid call-site churn. pub use self::Error as WebAuthnError;