Skip to content

Commit

Permalink
Add docstring for PlaceOperation
Browse files Browse the repository at this point in the history
  • Loading branch information
artemagvanian committed Aug 17, 2024
1 parent eb05f74 commit cc1798b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ pub struct InstrumentationVisitor<'a, 'tcx> {
tcx: TyCtxt<'tcx>,
}

/// This enum differentiates between different reasons to visit a place, yielding different
/// instrumentation injected.
enum PlaceOperation {
Read,
Write,
Expand Down

0 comments on commit cc1798b

Please sign in to comment.