We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4dff504 commit 1103666Copy full SHA for 1103666
1 file changed
src/architecture.rs
@@ -238,8 +238,6 @@ pub struct Instruction<'a> {
238
// Can't be a reference because there might be escape sequences, which require
239
// modifying the data on deserialization
240
pub definition: String,
241
- /// Help information of the instruction
242
- pub help: &'a str,
243
/// Properties of the instruction
244
pub properties: Option<Vec<InstructionProperties>>,
245
}
@@ -374,8 +372,6 @@ pub struct Pseudoinstruction<'a> {
374
372
375
373
376
377
378
379
380
381
0 commit comments