()
| 38 | } |
| 39 | |
| 40 | pub fn async_engine() -> Engine { |
| 41 | Engine::default() |
| 42 | } |
| 43 | |
| 44 | /// Newtype wrapper for `f32` whose `PartialEq` impl considers NaNs equal to each other. |
| 45 | #[derive(Copy, Clone, Debug, Arbitrary)] |
no outgoing calls
no test coverage detected