Skip to content

Commit

Permalink
Clippy pass
Browse files Browse the repository at this point in the history
  • Loading branch information
erabinov committed May 23, 2024
1 parent e0b2458 commit 6ce2e58
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion core/src/alu/divrem/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ use p3_air::AirBuilder;
use p3_field::AbstractField;

use crate::air::{SP1AirBuilder, Word, WORD_SIZE};
use crate::operations::IsEqualWordOperation;
use crate::runtime::Opcode;

/// Returns `true` if the given `opcode` is a signed operation.
Expand Down

0 comments on commit 6ce2e58

Please sign in to comment.