diff options
| author | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-12-18 15:54:17 +1100 |
|---|---|---|
| committer | Nicholas Nethercote <n.nethercote@gmail.com> | 2024-12-18 15:54:17 +1100 |
| commit | 8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0 (patch) | |
| tree | d0d5db1e9934fbd23476c4ed00942d0d5b3b1c47 /compiler/rustc_mir_dataflow/src | |
| parent | 2903356b2e0d73089d66e24b61bfd47d22467851 (diff) | |
| download | rust-8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0.tar.gz rust-8a85bdc9fb3ec0d5e845a1cab036aa437baa79b0.zip | |
Remove a comment that shouldn't have been committed.
Diffstat (limited to 'compiler/rustc_mir_dataflow/src')
| -rw-r--r-- | compiler/rustc_mir_dataflow/src/framework/visitor.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/compiler/rustc_mir_dataflow/src/framework/visitor.rs b/compiler/rustc_mir_dataflow/src/framework/visitor.rs index d18e9fa33f0..a03aecee7be 100644 --- a/compiler/rustc_mir_dataflow/src/framework/visitor.rs +++ b/compiler/rustc_mir_dataflow/src/framework/visitor.rs @@ -35,7 +35,6 @@ where { fn visit_block_start(&mut self, _state: &A::Domain) {} - /// // njn: grep for "before", "primary", etc. /// Called after the "early" effect of the given statement is applied to `state`. fn visit_after_early_statement_effect( &mut self, |
