make them structured while i'm here
Signed-off-by: Eliza Weisman <eliza@buoyant.io>
This commit is contained in:
parent
01803025d2
commit
928c787fce
1 changed files with 2 additions and 2 deletions
|
@ -289,7 +289,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeMutBorrowedLocals<'_, 'tcx> {
|
|||
flow_state: &BitSet<Local>,
|
||||
call: PeekCall,
|
||||
) {
|
||||
info!("peek_at: place={:?}", place);
|
||||
info!(?place, "peek_at",);
|
||||
let local = if let Some(l) = place.as_local() {
|
||||
l
|
||||
} else {
|
||||
|
@ -311,7 +311,7 @@ impl<'tcx> RustcPeekAt<'tcx> for MaybeLiveLocals {
|
|||
flow_state: &BitSet<Local>,
|
||||
call: PeekCall,
|
||||
) {
|
||||
info!("peek_at: place={:?}", place);
|
||||
info!(?place, "peek_at");
|
||||
let local = if let Some(l) = place.as_local() {
|
||||
l
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue