summaryrefslogtreecommitdiff
path: root/rust/src/mlil/operation.rs
diff options
context:
space:
mode:
Diffstat (limited to 'rust/src/mlil/operation.rs')
-rw-r--r--rust/src/mlil/operation.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust/src/mlil/operation.rs b/rust/src/mlil/operation.rs
index eb0c01ea..637386d2 100644
--- a/rust/src/mlil/operation.rs
+++ b/rust/src/mlil/operation.rs
@@ -47,7 +47,7 @@ pub struct ConstData {
pub size: usize,
}
#[derive(Clone, Debug, Hash, PartialEq)]
-pub struct LiftedConstantData {
+pub struct LiftedConstData {
pub constant_data: types::ConstantData,
}