Commit f76db8d
committed
Resolve redundant import warning
warning: the item `Vec` is imported redundantly
--> src/lib.rs:103:5
|
103 | use crate::alloc::vec::Vec;
| ^^^^^^^^^^^^^^^^^^^^^^
...
109 | use crate::backport::*;
| ------------------ the item `Vec` is already imported here
|
= note: `#[warn(unused_imports)]` on by default1 parent f32b420 commit f76db8d
1 file changed
Lines changed: 0 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
103 | | - | |
104 | 103 | | |
105 | 104 | | |
106 | 105 | | |
| |||
0 commit comments