Commit e54fbb1
authored
Probe-with does not require mutable reference (#577)
The Timely `probe_with` operator requires a reference to a probe handle,
but differential passes a mutable reference. This change adjusts the
parameter to be in sync with what Timely requires.
Signed-off-by: Moritz Hoffmann <[email protected]>1 parent 5fb0be6 commit e54fbb1
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
165 | 165 | | |
166 | 166 | | |
167 | 167 | | |
168 | | - | |
| 168 | + | |
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
| |||
0 commit comments