aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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.