From 535f8a7a6959787e3b73228424db27d07ce46610 Mon Sep 17 00:00:00 2001 From: danielmasny Date: Thu, 4 Apr 2024 18:54:58 -0700 Subject: [PATCH] add #[allow(clippy::diverging_sub_expression)] --- ipa-core/src/test_fixture/world.rs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ipa-core/src/test_fixture/world.rs b/ipa-core/src/test_fixture/world.rs index 3cd252fae..654fc811e 100644 --- a/ipa-core/src/test_fixture/world.rs +++ b/ipa-core/src/test_fixture/world.rs @@ -403,6 +403,7 @@ impl Runner> for TestWorld(&'a self, _input: I, _helper_fn: H) -> [O; 3] where I: IntoShares + Send + 'static, @@ -414,6 +415,7 @@ impl Runner> for TestWorld( &'a self, _input: I,