diff options
| author | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-14 20:08:47 +0000 |
|---|---|---|
| committer | clubby789 <jamie@hill-daniel.co.uk> | 2024-01-25 14:01:33 +0000 |
| commit | fd29f74ff8d787f707a40bc5dbcd8f7827100f5e (patch) | |
| tree | 432676ee5bde12ea4ebc218e4ae623dfe35e5d51 /compiler/rustc_mir_dataflow/src/framework | |
| parent | 5bd5d214effd494f4bafb29b3a7a2f6c2070ca5c (diff) | |
| download | rust-fd29f74ff8d787f707a40bc5dbcd8f7827100f5e.tar.gz rust-fd29f74ff8d787f707a40bc5dbcd8f7827100f5e.zip | |
Remove unused features
Diffstat (limited to 'compiler/rustc_mir_dataflow/src/framework')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/framework/cursor.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/framework/cursor.rs b/compiler/rustc_mir_dataflow/src/framework/cursor.rs index 815f2045942..1bd9167be12 100644 --- a/compiler/rustc_mir_dataflow/src/framework/cursor.rs +++ b/compiler/rustc_mir_dataflow/src/framework/cursor.rs @@ -185,8 +185,8 @@ where debug_assert_eq!(target.block, self.pos.block); let block_data = &self.body[target.block]; + #[rustfmt::skip] let next_effect = if A::Direction::IS_FORWARD { - #[rustfmt::skip] self.pos.curr_effect_index.map_or_else( || Effect::Before.at_index(0), EffectIndex::next_in_forward_order, |
