()
| 110 | |
| 111 | #[test] |
| 112 | fn require_async_after_async_limiter() -> Result<()> { |
| 113 | let mut store = async_limiter_store(); |
| 114 | assert_requires_async(&mut store); |
| 115 | Ok(()) |
| 116 | } |
| 117 | |
| 118 | #[tokio::test] |
| 119 | async fn require_async_with_linker_func_wrap() -> Result<()> { |
nothing calls this directly
no test coverage detected