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 getting working commit with missing nightlies #320

Merged
merged 2 commits into from
Feb 28, 2024

Commits on Feb 26, 2024

  1. fix getting working commit with missing nightlies

    Lukas Markeffsky committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    c6d3f65 View commit details
    Browse the repository at this point in the history
  2. remove redundant import

    ```
    warning: the item `reqwest` is imported redundantly
     --> src/github.rs:3:15
      |
    3 | use reqwest::{self, blocking::Client, blocking::Response};
      |               ^^^^ the item `reqwest` is already defined here
      |
      = note: `#[warn(unused_imports)]` on by default
    ```
    Lukas Markeffsky committed Feb 26, 2024
    Configuration menu
    Copy the full SHA
    0a8f5dc View commit details
    Browse the repository at this point in the history