From d54646a248d9dba09d1bee72cf67fc869b65e13d Mon Sep 17 00:00:00 2001 From: Ilka Schulz Date: Sun, 7 Jun 2026 11:35:01 +0200 Subject: [PATCH] nix fmt --- secret-memory/src/public.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/secret-memory/src/public.rs b/secret-memory/src/public.rs index c1b4594f..2d814611 100644 --- a/secret-memory/src/public.rs +++ b/secret-memory/src/public.rs @@ -254,7 +254,6 @@ impl PublicBox { } } - impl fmt::Debug for PublicBox { // No extra documentation here because the Trait already provides a good documentation. fn fmt(&self, fmt: &mut fmt::Formatter) -> fmt::Result {