compiler: remove unnecessary imports and qualified paths

This commit is contained in:
KaDiWa
2022-08-09 02:14:43 +02:00
parent a161a7b654
commit 9bc69925cb
76 changed files with 24 additions and 98 deletions

View File

@@ -3,7 +3,6 @@ use rustc_middle::mir::*;
use rustc_middle::ty::{Ty, TyCtxt};
use rustc_target::abi::VariantIdx;
use std::convert::TryFrom;
use std::iter::TrustedLen;
/// Expand `lhs = Rvalue::Aggregate(kind, operands)` into assignments to the fields.