Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 752b239

Browse files
committedOct 13, 2024·
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

Lines changed: 0 additions & 1 deletion
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)