Commit c956d1b
committed
Avoid another "unused import" warning on Windows
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},
| ^^^^^^^^^^^1 parent af8f201 commit c956d1b
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
4 | 3 | | |
5 | 4 | | |
6 | 5 | | |
| |||
237 | 236 | | |
238 | 237 | | |
239 | 238 | | |
240 | | - | |
| 239 | + | |
241 | 240 | | |
242 | 241 | | |
243 | 242 | | |
| |||
299 | 298 | | |
300 | 299 | | |
301 | 300 | | |
302 | | - | |
| 301 | + | |
303 | 302 | | |
304 | 303 | | |
305 | 304 | | |
| |||
0 commit comments