From 18951e8bbb39eb67d849740b46c346735762f3e7 Mon Sep 17 00:00:00 2001 From: Sergiy Yevtushenko Date: Thu, 26 Oct 2023 16:17:39 +0200 Subject: [PATCH] Fix formatting --- src/ecc.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/ecc.rs b/src/ecc.rs index 58be0aee..190b4fb0 100644 --- a/src/ecc.rs +++ b/src/ecc.rs @@ -79,7 +79,6 @@ impl From for u32 { } } - /// This structure serves the sole purpose of being cast into /// from `ECPrivateKey` or `ECPublicKey` when calling bindings /// to elliptic curve cryptographic bindings