1// Take a look at the license at the top of the repository in the LICENSE file. 2 3macro_rules! assert_initialized_main_thread { 4 () => {}; 5} 6 7/// No-op. 8macro_rules! skip_assert_initialized { 9 () => {}; 10}