Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

Commit a127010

Browse files
author
Hendrik van Antwerpen
committed
Only apply to precondition, though
1 parent a58bec2 commit a127010

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

stack-graphs/src/partial.rs

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2440,15 +2440,6 @@ impl PartialPath {
24402440
.apply_partial_bindings(partials, &scope_bindings)
24412441
.unwrap();
24422442

2443-
self.symbol_stack_postcondition = self
2444-
.symbol_stack_postcondition
2445-
.apply_partial_bindings(partials, &symbol_bindings, &scope_bindings)
2446-
.unwrap();
2447-
self.scope_stack_postcondition = self
2448-
.scope_stack_postcondition
2449-
.apply_partial_bindings(partials, &scope_bindings)
2450-
.unwrap();
2451-
24522443
self.end_node = node;
24532444

24542445
Ok(())

0 commit comments

Comments
 (0)