identifiers: Remove extraneous newlines

This commit is contained in:
Jonas Platte 2021-09-17 20:21:16 +02:00
parent 4f3eaa83a0
commit 62b0034a83
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -388,8 +388,6 @@ macro_rules! opaque_identifier_validated {
}
}
impl From<Box<$id>> for String {
fn from(id: Box<$id>) -> Self {
id.into_owned().into()