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 various unused warnings #10

Merged
merged 7 commits into from
May 10, 2024
Merged

Commits on Apr 27, 2024

  1. Fix build errors on Rust 2018 edition

    Set edition = "2018" in Cargo.toml, and fixed some `use` statements following https://doc.rust-lang.org/edition-guide/rust-2018/path-changes.html. Also removed some unused imports.
    weiji14 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    3ca9a34 View commit details
    Browse the repository at this point in the history
  2. Fix build errors on Rust 2021 edition

    Set edition = "2021" in Cargo.toml, and fixed some warnings on bare_trait_objects, xref https://doc.rust-lang.org/nightly/edition-guide/rust-2021/warnings-promoted-to-error.html#bare_trait_objects
    weiji14 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    cd725bb View commit details
    Browse the repository at this point in the history
  3. Fix unused imports

    weiji14 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    c333c7e View commit details
    Browse the repository at this point in the history
  4. Fix unused_variable warnings

    weiji14 committed Apr 27, 2024
    Configuration menu
    Copy the full SHA
    24b4c57 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c79d97d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7363068 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    45a7eb3 View commit details
    Browse the repository at this point in the history