mirror of https://github.com/aya-rs/aya
Remove unused import
```
error: unused import: `define_linear_ds_test`
--> test/integration-ebpf/src/linear_data_structures.rs:59:5
|
59 | use define_linear_ds_test;
| ^^^^^^^^^^^^^^^^^^^^^
|
= note: `-D unused-imports` implied by `-D warnings`
= help: to override `-D warnings` add `#[allow(unused_imports)]`
error: could not compile `integration-ebpf` (bin "linear_data_structures") due to 1 previous error
```
reviewable/pr1352/r1
parent
d1fdbb9930
commit
82e72a14ad
Loading…
Reference in New Issue