Commit 19ab0a1
authored
Mark
It is not used on Windows, and I don't think it even can be IIUC
Our Windows builds have been seeing this
```
warning: unused import: `console_repl::r_polled_events`
--> crates\ark\src\console.rs:119:16
|
119 | pub(crate) use console_repl::r_polled_events;
| ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
```r_polled_events() callback as Unix specific (#1175)1 parent 8b0f9c8 commit 19ab0a1
2 files changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
116 | 116 | | |
117 | 117 | | |
118 | 118 | | |
| 119 | + | |
119 | 120 | | |
120 | 121 | | |
121 | 122 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2714 | 2714 | | |
2715 | 2715 | | |
2716 | 2716 | | |
| 2717 | + | |
2717 | 2718 | | |
2718 | 2719 | | |
2719 | 2720 | | |
| |||
0 commit comments