Commit 1e4a245
committed
Fix -D dead-code on Windows: allow unused completion directory field
CompletionOptions.directory is only read by the POSIX install path
(cfg(not(windows))); the Windows debug build (which builds with
-D dead-code) rejected the field as never read.1 parent 032e835 commit 1e4a245
1 file changed
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
27 | 30 | | |
28 | 31 | | |
29 | 32 | | |
| |||
0 commit comments