We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent acd5bcd commit 26cfd8dCopy full SHA for 26cfd8d
src/visit.rs
@@ -116,6 +116,9 @@ fn walk_file(
116
117
/// `syn` visitor that recursively traverses the syntax tree, accumulating places
118
/// that could be mutated.
119
+///
120
+/// As it walks the tree, it accumulates within itself a list of mutation opportunities,
121
+/// and other files referenced by `mod` statements that should be visited later.
122
struct DiscoveryVisitor<'o> {
123
/// All the mutants generated by visiting the file.
124
mutants: Vec<Mutant>,
0 commit comments