Unleash / unleash-client-rust

Unleash client SDK for Rust language projects
Apache License 2.0
23 stars 17 forks source link

chore: extract complex match block into a variable (clippy suggestion) #81

Closed thomasheartman closed 8 months ago

thomasheartman commented 8 months ago

Based on this clippy lint:

in a match scrutinee, avoid complex blocks or closures with blocks; instead, move the block or closure higher and bind it with a let

Should fix CI for #80.