Commit 1fb75d3
test(token): add #[cfg(not(tarpaulin_include))] to DelimTokenType::as_str
Added `#[cfg(not(tarpaulin_include))]` macro to the newly implemented `DelimTokenType::as_str` method to prevent coverage calculation drops. The previous `.string()` implementation did not have this, but avoiding testing this basic mapping method restores the coverage requirements. Also cleaned up a stray `test_expect.rs` file.
Co-authored-by: ashyanSpada <22587148+ashyanSpada@users.noreply.github.com>1 parent d559e0c commit 1fb75d3
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
| 55 | + | |
55 | 56 | | |
56 | 57 | | |
57 | 58 | | |
| |||
0 commit comments