warning: the item `TryFrom` is imported redundantly
--> assembly/src/ast/parsers/io_ops.rs:9:12
|
9 | use core::{convert::TryFrom, ops::RangeBounds};
| ^^^^^^^^^^^^^^^^
|
::: /Users/hack/.rustup/toolchains/nightly-aarch64-apple-darwin/lib/rustlib/src/rust/library/std/src/prelude/mod.rs:129:13
|
129 | pub use core::prelude::rust_2021::*;
| ------------------------ the item `TryFrom` is already defined here
Checklist before requesting a review
Repo forked and branch created from next according to naming convention.
Describe your changes
Fix TryFrom warning:
Checklist before requesting a review
next
according to naming convention.