Skip to content

Commit 752b239

Browse files
committed
remove outdated comment now that Miri is on CI
1 parent a012e92 commit 752b239

File tree

1 file changed

+0
-1
lines changed
  • library/std/src/sys/pal/windows

1 file changed

+0
-1
lines changed

library/std/src/sys/pal/windows/mod.rs

-1
Original file line numberDiff line numberDiff line change
@@ -346,7 +346,6 @@ pub fn abort_internal() -> ! {
346346
}
347347
}
348348

349-
// miri is sensitive to changes here so check that miri is happy if touching this
350349
#[cfg(miri)]
351350
pub fn abort_internal() -> ! {
352351
crate::intrinsics::abort();

0 commit comments

Comments
 (0)