Remove unused variable
This commit is contained in:
parent
f0de8e82b8
commit
6c8e3a5378
@ -654,7 +654,7 @@ pub fn const_eval_raw_provider<'a, 'tcx>(
|
||||
v));
|
||||
v
|
||||
},
|
||||
Err(ErrorReported) => ErrorHandled::Reported,
|
||||
Err(_) => ErrorHandled::Reported,
|
||||
}
|
||||
} else if def_id.is_local() {
|
||||
// constant defined in this crate, we can figure out a lint level!
|
||||
|
Loading…
Reference in New Issue
Block a user