Skip to main content

soup/
rt.rs

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