Skip to content

Commit

Permalink
Remove an out-of-date comment.
Browse files Browse the repository at this point in the history
The part about zero-sized structures is totally wrong. The rest of
it has almost no explanatory value; there are better explanations in
comments elsewhere.
  • Loading branch information
nnethercote committed Dec 9, 2024
1 parent db760e2 commit b59c4dc
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions compiler/rustc_mir_dataflow/src/impls/mod.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,3 @@
//! Dataflow analyses are built upon some interpretation of the
//! bitvectors attached to each basic block, represented via a
//! zero-sized structure.
mod borrowed_locals;
mod initialized;
mod liveness;
Expand Down

0 comments on commit b59c4dc

Please sign in to comment.