Replaces unchecked integer arithmetic by guarded versions. (#21186)
This commit is contained in:
committed by
GitHub
parent
b4d09388aa
commit
067e29ae0b
@@ -1,5 +1,4 @@
|
||||
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(min_specialization))]
|
||||
#![allow(clippy::integer_arithmetic)] // TODO: Remove
|
||||
|
||||
pub mod instruction_processor;
|
||||
pub mod instruction_recorder;
|
||||
|
Reference in New Issue
Block a user