Skip to content

Commit

Permalink
Doc
Browse files Browse the repository at this point in the history
  • Loading branch information
sourcefrog committed Sep 14, 2023
1 parent acd5bcd commit 26cfd8d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/visit.rs
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,9 @@ fn walk_file(

/// `syn` visitor that recursively traverses the syntax tree, accumulating places
/// that could be mutated.
///
/// As it walks the tree, it accumulates within itself a list of mutation opportunities,
/// and other files referenced by `mod` statements that should be visited later.
struct DiscoveryVisitor<'o> {
/// All the mutants generated by visiting the file.
mutants: Vec<Mutant>,
Expand Down

0 comments on commit 26cfd8d

Please sign in to comment.