From 32880c7e32248393370f08abc82b6aa802a77e91 Mon Sep 17 00:00:00 2001 From: Florian Hartung Date: Mon, 9 Dec 2024 15:55:41 +0100 Subject: [PATCH] fix: clippy warning Signed-off-by: Florian Hartung --- src/core/reader/types/data.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/core/reader/types/data.rs b/src/core/reader/types/data.rs index 8451f717..c92ce6b6 100644 --- a/src/core/reader/types/data.rs +++ b/src/core/reader/types/data.rs @@ -154,7 +154,6 @@ impl Debug for DataSegment { /// ;; for hardcoded offsets, we'll usually use i32.const because of wasm being x86 arch /// ) /// ``` - /// /// Since the span has only the start and length and acts a reference, we print the start and end (both inclusive, notice the '..=') /// We print it in both decimal and hexadecimal so it's easy to trace in something like