summaryrefslogtreecommitdiffstats
path: root/vendor/proc-macro2/tests/marker.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/proc-macro2/tests/marker.rs')
-rw-r--r--vendor/proc-macro2/tests/marker.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/vendor/proc-macro2/tests/marker.rs b/vendor/proc-macro2/tests/marker.rs
index 5b45733b1..d08fbfc1d 100644
--- a/vendor/proc-macro2/tests/marker.rs
+++ b/vendor/proc-macro2/tests/marker.rs
@@ -62,7 +62,6 @@ mod semver_exempt {
assert_impl!(SourceFile is not Send or Sync);
}
-#[cfg(not(no_libprocmacro_unwind_safe))]
mod unwind_safe {
use proc_macro2::{
Delimiter, Group, Ident, LexError, Literal, Punct, Spacing, Span, TokenStream, TokenTree,