1 parent e2c210e commit e3f701cCopy full SHA for e3f701c
1 file changed
std/src/sys/pal/windows/mod.rs
@@ -346,7 +346,6 @@ pub fn abort_internal() -> ! {
346
}
347
348
349
-// miri is sensitive to changes here so check that miri is happy if touching this
350
#[cfg(miri)]
351
pub fn abort_internal() -> ! {
352
crate::intrinsics::abort();
0 commit comments