shunsock / timezone_translator

simple command-line utility that converts a given time from one timezone to another.
MIT License
23 stars 1 forks source link

Fix for clippy #35

Closed shunsock closed 3 months ago

shunsock commented 3 months ago

About

This PR addresses several Clippy warnings and enhances the reliability of the timezone retrieval mechanism in our Rust project. By refining the code, we ensure better practices are followed, and by enhancing the timezone retrieval logic, we improve the robustness and user experience of our application.

Changes

There is NO BREAKING CHANGES. feel free to use. all commitment to Rust application for fixing warning. e.g. redundant reference or imports.

Enhancement

We add checker and linter to ci.

Also, we create new make file command for developer utility.