From 9402dc008deaf993a3ac969f56af772cc545b8e8 Mon Sep 17 00:00:00 2001 From: iximeow Date: Sun, 23 Jun 2024 17:15:24 -0700 Subject: private struct.. no members.. comment for now? --- src/lib.rs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src') diff --git a/src/lib.rs b/src/lib.rs index f5b6ea6..a0c237b 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -135,6 +135,7 @@ impl DecodeError for StandardPartialDecoderError { } } +/* #[derive(Copy, Clone)] struct NoDescription {} @@ -143,6 +144,7 @@ impl fmt::Display for NoDescription { Ok(()) } } +*/ /// an interface to decode [`Arch::Instruction`] words from a reader of [`Arch::Word`]s. errors are /// the architecture-defined [`DecodeError`] implemention. -- cgit v1.1