diff --git a/crates/email/src/transport.rs b/crates/email/src/transport.rs index 4b31579d4..004844ab1 100644 --- a/crates/email/src/transport.rs +++ b/crates/email/src/transport.rs @@ -115,7 +115,6 @@ impl Transport { } } - #[derive(Debug, Error)] #[error(transparent)] pub enum Error { diff --git a/crates/oauth2-types/src/requests.rs b/crates/oauth2-types/src/requests.rs index 313330c2d..5a3921823 100644 --- a/crates/oauth2-types/src/requests.rs +++ b/crates/oauth2-types/src/requests.rs @@ -137,7 +137,6 @@ impl core::str::FromStr for Display { } } - /// Value that specifies whether the Authorization Server prompts the End-User /// for reauthentication and consent. ///