diff options
author | iximeow <me@iximeow.net> | 2024-06-23 17:15:24 -0700 |
---|---|---|
committer | iximeow <me@iximeow.net> | 2024-06-23 17:15:24 -0700 |
commit | 9402dc008deaf993a3ac969f56af772cc545b8e8 (patch) | |
tree | a74b17e8220fc81c08dfe40118bb5ec95201533d | |
parent | 1fb5a7903bb44d44e298959d2637d858b2ea8e38 (diff) |
private struct.. no members.. comment for now?
-rw-r--r-- | src/lib.rs | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |