comma-related changes

Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
Eliza Weisman
2021-10-07 11:29:47 -07:00
parent e00eac8b9c
commit b6f09a19b2
2 changed files with 2 additions and 2 deletions

View File

@@ -289,7 +289,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeMutBorrowedLocals<'_, 'tcx> {
flow_state: &BitSet<Local>,
call: PeekCall,
) {
info!(?place, "peek_at",);
info!(?place, "peek_at");
let local = if let Some(l) = place.as_local() {
l
} else {