Fix indent
This commit is contained in:
parent
46c1da6740
commit
25a4f76d63
1 changed files with 1 additions and 3 deletions
|
|
@ -1847,9 +1847,7 @@ fn specialize<'p, 'a: 'p, 'tcx: 'a>(
|
|||
}
|
||||
}
|
||||
ConstantValue(cv) => {
|
||||
match slice_pat_covered_by_const(
|
||||
cx.tcx, pat.span, cv, prefix, slice, suffix
|
||||
) {
|
||||
match slice_pat_covered_by_const(cx.tcx, pat.span, cv, prefix, slice, suffix) {
|
||||
Ok(true) => Some(smallvec![]),
|
||||
Ok(false) => None,
|
||||
Err(ErrorReported) => None
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue