Commit 90ac435
committed
Add missing Traceable trait import in closure_performance.rs
- Added `use script::runtime::Traceable;` import
- This enables the trace_size() method call on line 219
- Fixes compilation error: "no method named trace_size found"1 parent 06b8a4d commit 90ac435
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
0 commit comments