Skip to content

Commit 673f460

Browse files
committed
Delete no_libprocmacro_unwind_safe config for rustc older than 1.32
1 parent 4b2c896 commit 673f460

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

build.rs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,6 @@ fn main() {
5858
println!("cargo:rustc-cfg=span_locations");
5959
}
6060

61-
if version.minor < 32 {
62-
println!("cargo:rustc-cfg=no_libprocmacro_unwind_safe");
63-
}
64-
6561
if version.minor < 34 {
6662
println!("cargo:rustc-cfg=no_try_from");
6763
}

tests/marker.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,6 @@ mod semver_exempt {
6262
assert_impl!(SourceFile is not Send or Sync);
6363
}
6464

65-
#[cfg(not(no_libprocmacro_unwind_safe))]
6665
mod unwind_safe {
6766
use proc_macro2::{
6867
Delimiter, Group, Ident, LexError, Literal, Punct, Spacing, Span, TokenStream, TokenTree,

0 commit comments

Comments
 (0)