0xPolygonMiden / miden-vm

STARK-based virtual machine
MIT License
615 stars 152 forks source link

Fix tryfrom tryinto warnings #1254

Closed hackaugusto closed 6 months ago

hackaugusto commented 6 months ago

Describe your changes

Fix TryFrom warning:

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