mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-17 05:25:37 +03:00
removing trailing whitespaces
This commit is contained in:
@@ -289,7 +289,7 @@ pub fn with_options(delegate: &'a mut (Delegate<'tcx>+'a),
|
||||
|
||||
pub fn consume_body(&mut self, body: &hir::Body) {
|
||||
debug!("consume_body(body={:?})", body);
|
||||
|
||||
|
||||
for arg in &body.arguments {
|
||||
let arg_ty = return_if_err!(self.mc.infcx.node_ty(arg.pat.id));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user