From 62b0034a83cc4fff008b5231d80546af8e3ec2a7 Mon Sep 17 00:00:00 2001 From: Jonas Platte Date: Fri, 17 Sep 2021 20:21:16 +0200 Subject: [PATCH] identifiers: Remove extraneous newlines --- crates/ruma-identifiers/src/macros.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/crates/ruma-identifiers/src/macros.rs b/crates/ruma-identifiers/src/macros.rs index 4e8dc5e7..7c0430ae 100644 --- a/crates/ruma-identifiers/src/macros.rs +++ b/crates/ruma-identifiers/src/macros.rs @@ -388,8 +388,6 @@ macro_rules! opaque_identifier_validated { } } - - impl From> for String { fn from(id: Box<$id>) -> Self { id.into_owned().into()