Skip to content

Commit

Permalink
clippy: fix TryFrom/TryInto warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
hackaugusto authored and bobbinth committed Feb 26, 2024
1 parent b35a417 commit 0314770
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion assembly/src/ast/parsers/io_ops.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ use super::{
ParsingError, Token, Vec, CONSTANT_LABEL_PARSER, HEX_CHUNK_SIZE,
};
use crate::{StarkField, ADVICE_READ_LIMIT, MAX_PUSH_INPUTS};
use core::{convert::TryFrom, ops::RangeBounds};
use core::ops::RangeBounds;
use vm_core::WORD_SIZE;

// CONSTANTS
Expand Down

0 comments on commit 0314770

Please sign in to comment.