Zalathar cf6dc7adb3 coverage: Check for async fn explicitly, without needing a heuristic
The old code used a heuristic to detect async functions and adjust their
coverage spans to produce better output. But there's no need to resort to a
heuristic when we can just check whether the current function is actually an
`async fn`.
2023-12-20 18:48:04 +11:00
..
2023-11-25 12:29:20 +11:00
2023-12-10 10:56:22 +08:00
2023-12-10 10:56:22 +08:00