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

Cleanups for clippy and text_store #29

Merged

Commits on Oct 16, 2023

  1. Cleanups for clippy and text_store

    Summary
    ----
    - The most notable change here is the removal of unnecessary clones as
    suggested by clippy. Furthermore, this also makes the TextStore a
    wrapper type of a `HashMap<String, String>` and implements Deref and
    DerefMut for it.
    
    - Workflow update to ensure that clippy runs in _more_ exhaustive way
      (this is actually how I found about the unnecessary cloning).
    vihu committed Oct 16, 2023
    Configuration menu
    Copy the full SHA
    cc4a37b View commit details
    Browse the repository at this point in the history

Commits on Nov 30, 2023

  1. Review cmt: explicit return

    vihu committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ba4e324 View commit details
    Browse the repository at this point in the history