Use slice::from_ref and slice::from_mut

This commit is contained in:
Anthony Ramine
2019-09-19 12:23:42 +02:00
committed by Benjamin Bouvier
parent 411545ed9a
commit 178241625c
5 changed files with 9 additions and 24 deletions

View File

@@ -18,7 +18,6 @@ use crate::isa;
use crate::bitset::BitSet;
use crate::entity;
use crate::ref_slice::{ref_slice, ref_slice_mut};
/// Some instructions use an external list of argument values because there is not enough space in
/// the 16-byte `InstructionData` struct. These value lists are stored in a memory pool in