Commit 8b0f9c8
authored
Use
Otherwise you see this with `cargo build --release`
```
warning: unused import: `libr::SEXP`
--> crates/ark/src/r_task.rs:19:5
|
19 | use libr::SEXP;
| ^^^^^^^^^^
|
= note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
```libr::SEXP in debug only builds (#1174)1 parent 695c3b3 commit 8b0f9c8
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
0 commit comments