From 46275f3367be969f3ce9f9264ad720bf83c2e0d1 Mon Sep 17 00:00:00 2001 From: Michael Krasnitski Date: Sun, 11 Feb 2024 21:28:33 -0500 Subject: Rename `LiftedConstantData` to `LiftedConstData` --- rust/src/mlil/operation.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust/src/mlil/operation.rs') 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, } -- cgit v1.3.1