aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authoriximeow <me@iximeow.net>2024-06-23 17:15:24 -0700
committeriximeow <me@iximeow.net>2024-06-23 17:15:24 -0700
commit9402dc008deaf993a3ac969f56af772cc545b8e8 (patch)
treea74b17e8220fc81c08dfe40118bb5ec95201533d /src
parent1fb5a7903bb44d44e298959d2637d858b2ea8e38 (diff)
private struct.. no members.. comment for now?
Diffstat (limited to 'src')
-rw-r--r--src/lib.rs2
1 files changed, 2 insertions, 0 deletions
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.