Skip to content

Commit

Permalink
more comment
Browse files Browse the repository at this point in the history
  • Loading branch information
RalfJung committed Nov 15, 2019
1 parent b6d93d9 commit 065e1b8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/libpanic_unwind/lib.rs
Expand Up @@ -40,6 +40,7 @@ cfg_if::cfg_if! {
#[path = "miri.rs"]
mod imp;
// On MSVC we need the SEH lang items as well...
// This should match the conditions of the `seh.rs` import below.
#[cfg(all(target_env = "msvc", not(target_arch = "aarch64")))]
#[allow(unused)]
mod seh;
Expand Down

0 comments on commit 065e1b8

Please sign in to comment.