You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There were two places in #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},
| ^^^^^^^^^^^
0 commit comments