Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Avoid another "unused import" warning on Windows
There were two places in GitoxideLabs#1764 where I had an unconditional import that causes a warning on Windows about how it is unused. 4d5e656 fixed one. This fixes the other: warning: unused import: `Permissions` --> gix-worktree-state\src\checkout\entry.rs:3:23 | 3 | fs::{OpenOptions, Permissions}, | ^^^^^^^^^^^
- Loading branch information