Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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 default
- Loading branch information