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
windows: make tests work with only feature backend-mmap
The tests module in mmap/windows.rs assumed that `crate::bitmap` was
always available, but it is not. Hide the imports / usage of that crate
behind appropriate cfgs.
Fixes: 4757a4a ("do not backdoor-enable backend-bitmap in unittests")
Signed-off-by: Patrick Roy <[email protected]>
0 commit comments