Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cargo clippy warnings #88

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on May 15, 2024

  1. Update structs to implement Display

    Updated structs implementation of ToString to use std::fmt::Display
    instead.
    
    Removed unnecessary `to_string()` calls.
    
    Signed-off-by: Alan Chung Ma <alanchunggt@gmail.com>
    alanssitis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6b0319f View commit details
    Browse the repository at this point in the history
  2. Removed deprecated chrono APIs

    Signed-off-by: Alan Chung Ma <alanchunggt@gmail.com>
    alanssitis committed May 15, 2024
    Configuration menu
    Copy the full SHA
    546dbd9 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. Use UNIX_EPOCH constant in tests

    Signed-off-by: Alan Chung Ma <alanchunggt@gmail.com>
    alanssitis committed May 16, 2024
    Configuration menu
    Copy the full SHA
    c720068 View commit details
    Browse the repository at this point in the history