We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 37e4f0c commit 58145b7Copy full SHA for 58145b7
wasm/src/tests/obj.rs
@@ -89,8 +89,6 @@ fn test_start_classic_program_get_args() {
89
90
// The range of the function in the source file is recovered from what we can collect by
91
// running the compiler frontend for the common chialisp subset.
92
- // I need to add some support for this to work for texturally included files. Module
93
- // style will make it easier when i get there.
94
let bp_ranges: Vec<_> = recognized_bps
95
.iter()
96
.map(|b| (b.line, b.column, b.end_line, b.end_column))
0 commit comments