about summary refs log tree commit diff
diff options
context:
space:
mode:
authorFelix S. Klock II <pnkfelix@pnkfx.org>2020-06-04 12:25:18 -0400
committerFelix S. Klock II <pnkfelix@pnkfx.org>2020-06-04 12:25:18 -0400
commit8dabff84d7616df9c27205d0a20eaa8e36cdc57a (patch)
tree91682d34a3e8f5242cb40fec541a8c72074753af
parente1ebdeeefb8651d4eb944483faf92d3ad4b10c99 (diff)
downloadrust-8dabff84d7616df9c27205d0a20eaa8e36cdc57a.tar.gz
rust-8dabff84d7616df9c27205d0a20eaa8e36cdc57a.zip
placate tidy.
-rw-r--r--src/librustc_mir/dataflow/move_paths/builder.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustc_mir/dataflow/move_paths/builder.rs b/src/librustc_mir/dataflow/move_paths/builder.rs
index a1a4e953658..4749d746845 100644
--- a/src/librustc_mir/dataflow/move_paths/builder.rs
+++ b/src/librustc_mir/dataflow/move_paths/builder.rs
@@ -416,7 +416,7 @@ impl<'b, 'a, 'tcx> Gatherer<'b, 'a, 'tcx> {
                 ref operands,
                 options: _,
                 line_spans: _,
-                destination: _
+                destination: _,
             } => {
                 for op in operands {
                     match *op {