1 2 3 4 5 6 7
// Skip formatting for this file #[rustfmt::skip] mod snippet_tests; // WARNING: Snippet tests are not checking if the request is executing correctly. // The only thing it is checking is if the code compiles and runs without panicking.