From fccd74a8f994cb4d47784240da48eb12482285a0 Mon Sep 17 00:00:00 2001 From: Olivier 'reivilibre Date: Mon, 20 Oct 2025 13:48:49 +0100 Subject: [PATCH] drive-by formatting fixes --- crates/email/src/transport.rs | 1 - crates/oauth2-types/src/requests.rs | 1 - 2 files changed, 2 deletions(-) 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. ///