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 868689a commit f2c843dCopy full SHA for f2c843d
rust/src/disassembly.rs
@@ -1028,7 +1028,9 @@ impl From<InstructionTextTokenContext> for BNInstructionTextTokenContext {
1028
InstructionTextTokenContext::Collapsed => Self::ContentCollapsedContext,
1029
InstructionTextTokenContext::Expanded => Self::ContentExpandedContext,
1030
InstructionTextTokenContext::CollapsiblePadding => Self::ContentCollapsiblePadding,
1031
- InstructionTextTokenContext::DerivedStringReference => Self::DerivedStringReferenceTokenContext,
+ InstructionTextTokenContext::DerivedStringReference => {
1032
+ Self::DerivedStringReferenceTokenContext
1033
+ }
1034
}
1035
1036
0 commit comments