From 33eb8129f5f95f379bff6a5ba90b5a298c8318d6 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Thu, 7 Nov 2024 17:06:43 -0500 Subject: WARP: Misc clippy lints --- plugins/warp/src/bin/sigem.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/warp/src/bin') diff --git a/plugins/warp/src/bin/sigem.rs b/plugins/warp/src/bin/sigem.rs index 322096ee..63c9a677 100644 --- a/plugins/warp/src/bin/sigem.rs +++ b/plugins/warp/src/bin/sigem.rs @@ -96,7 +96,7 @@ fn data_from_view(view: &BinaryView) -> Data { .collect::>(); data.types.extend(view.types().iter().map(|ty| { let ref_ty = ty.type_object().to_owned(); - ComputedType::new(from_bn_type(&view, &ref_ty, u8::MAX)) + ComputedType::new(from_bn_type(view, &ref_ty, u8::MAX)) })); data } -- cgit v1.3.1