Replaces unchecked integer arithmetic by guarded versions. (#21186)

This commit is contained in:
Alexander Meißner
2021-11-09 13:35:49 +01:00
committed by GitHub
parent b4d09388aa
commit 067e29ae0b
4 changed files with 42 additions and 26 deletions

View File

@@ -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;