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

@@ -95,7 +95,6 @@ mod partition_slice;
mod postopt;
mod predicates;
mod redundant_reload_remover;
mod ref_slice;
mod regalloc;
mod result;
mod scoped_hash_map;