Clippy fix

This commit is contained in:
Jazz Turner-Baggs 2026-06-22 17:04:55 -07:00
parent ac4cab64ef
commit 42bdfa85bf
No known key found for this signature in database

View File

@ -27,6 +27,7 @@ fn publish_device_bundle(
reg.publish(&bundle).unwrap();
}
#[allow(clippy::type_complexity)]
fn create_test_client(
message_bus: MessageBus,
reg: EphemeralRegistry,