]> git.lizzy.rs Git - rust.git/blobdiff - compiler/rustc_mir_dataflow/src/rustc_peek.rs
comma-related changes
[rust.git] / compiler / rustc_mir_dataflow / src / rustc_peek.rs
index ee8fca961f6d0b2a20ec0c97430d1bd78f67d046..c0bf4b659aa9674c12fa61201d51571afe3decaf 100644 (file)
@@ -289,7 +289,7 @@ fn peek_at(
         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 {