You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: gate memsim example to Windows and fix clippy counter loop
The example uses the mimalloc allocator, libmimalloc-sys, and
goz_winfs::self_memory, all Windows-only, so it failed to compile on the
Ubuntu CI leg. Gate the whole example behind cfg(windows) with a non-Windows
main stub, and fold the insertion counter into the iterator to satisfy
clippy::explicit_counter_loop.
0 commit comments