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

Replace direct dependency on libc with rustix #31

Merged
merged 3 commits into from
Dec 30, 2022
Merged

Commits on Dec 30, 2022

  1. Configuration menu
    Copy the full SHA
    d3c25ba View commit details
    Browse the repository at this point in the history
  2. Fix clippy::needless_borrow warning

    ```
    warning: the borrowed expression implements the required traits
       --> tests/std.rs:311:29
        |
    311 |             cmd.env("PATH", &p);
        |                             ^^ help: change this to: `p`
        |
        = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrow
        = note: `#[warn(clippy::needless_borrow)]` on by default
    ```
    taiki-e committed Dec 30, 2022
    Configuration menu
    Copy the full SHA
    06e5e10 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c9b6b0b View commit details
    Browse the repository at this point in the history