(start: usize, end: usize)
| 217 | } |
| 218 | |
| 219 | fn new_range(start: usize, end: usize) -> Range<usize> { |
| 220 | Range { start, end } |
| 221 | } |
| 222 | |
| 223 | #[test] |
| 224 | fn should_parse_hide_lines_annotations() { |
nothing calls this directly
no outgoing calls
no test coverage detected