Skip to content

Commit

Permalink
Merge pull request #171 from lengyijun/patch-6
Browse files Browse the repository at this point in the history
typo fix
  • Loading branch information
nikomatsakis authored Jul 30, 2021
2 parents 696ff58 + e465bd9 commit 4442840
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions polonius-engine/src/output/initialization.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,8 +171,8 @@ fn compute_move_errors<T: FactTypes>(

// path_maybe_uninitialized_on_exit(path, point2) :-
// path_maybe_uninitialized_on_exit(path, point1),
// cfg_edge_(point1, point2)
// !path_assigned_at(point1, point2).
// cfg_edge(point1, point2)
// !path_assigned_at(path, point2).
path_maybe_uninitialized_on_exit.from_leapjoin(
&path_maybe_uninitialized_on_exit,
(
Expand Down

0 comments on commit 4442840

Please sign in to comment.