diff options
| author | Felix S. Klock II <pnkfelix@pnkfx.org> | 2020-06-04 12:25:18 -0400 |
|---|---|---|
| committer | Felix S. Klock II <pnkfelix@pnkfx.org> | 2020-06-04 12:25:18 -0400 |
| commit | 8dabff84d7616df9c27205d0a20eaa8e36cdc57a (patch) | |
| tree | 91682d34a3e8f5242cb40fec541a8c72074753af | |
| parent | e1ebdeeefb8651d4eb944483faf92d3ad4b10c99 (diff) | |
| download | rust-8dabff84d7616df9c27205d0a20eaa8e36cdc57a.tar.gz rust-8dabff84d7616df9c27205d0a20eaa8e36cdc57a.zip | |
placate tidy.
| -rw-r--r-- | src/librustc_mir/dataflow/move_paths/builder.rs | 2 |
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 { |
