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 7fea34e commit fd63099Copy full SHA for fd63099
polonius-engine/src/output/initialization.rs
@@ -61,7 +61,7 @@ fn compute_transitive_paths<T: FactTypes>(
61
path_accessed_at.insert(path_accessed_at_base.into());
62
63
// path_begins_with_var(Path, Var) :- path_is_var(Path, Var).
64
- path_begins_with_var.insert(path_is_var.into_iter().collect());
+ path_begins_with_var.insert(path_is_var.into());
65
66
while iteration.changed() {
67
// ancestor_path(Grandparent, Child) :-
0 commit comments