Use typedefs to clarify some impls.
And insert some whitespace.
This commit is contained in:
parent
1bcbb7c93b
commit
b85cba87e4
2 changed files with 5 additions and 2 deletions
|
@ -104,7 +104,7 @@ where
|
|||
}
|
||||
}
|
||||
|
||||
impl<'res, 'mir, 'tcx, A> ResultsCursor<'mir, 'tcx, A, ResultsCloned<'res, 'tcx, A>>
|
||||
impl<'res, 'mir, 'tcx, A> ResultsClonedCursor<'res, 'mir, 'tcx, A>
|
||||
where
|
||||
A: Analysis<'tcx> + CloneAnalysis,
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue