Remove unused variable
This commit is contained in:
parent
f0de8e82b8
commit
6c8e3a5378
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue