mehcode / config-rs

⚙️ Layered configuration system for Rust applications (with strong support for 12-factor applications).
Apache License 2.0
2.43k stars 206 forks source link

Fix clippy: Remove unnecessary cast #406

Closed matthiasbeyer closed 1 year ago

matthiasbeyer commented 1 year ago

This removes an unnecessary cast as reported by the clippy cron job.