Skip to content

Commit bccca27

Browse files
committed
Delete rustversion attributes older than required compiler version
1 parent 8f4c801 commit bccca27

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/test_size.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ extern crate proc_macro;
44

55
use std::mem;
66

7-
#[rustversion::attr(before(1.64), ignore = "requires Rust 1.64+")]
87
#[cfg_attr(not(target_pointer_width = "64"), ignore = "only applicable to 64-bit")]
98
#[cfg_attr(randomize_layout, ignore = "disabled due to randomized layout")]
109
#[test]
@@ -64,7 +63,6 @@ fn test_proc_macro2_wrapper_size_without_locations() {
6463
assert_eq!(mem::size_of::<proc_macro2::TokenStream>(), 32);
6564
}
6665

67-
#[rustversion::attr(before(1.65), ignore = "requires Rust 1.65+")]
6866
#[cfg_attr(not(target_pointer_width = "64"), ignore = "only applicable to 64-bit")]
6967
#[cfg_attr(randomize_layout, ignore = "disabled due to randomized layout")]
7068
#[cfg_attr(not(wrap_proc_macro), ignore = "fallback mode")]

0 commit comments

Comments
 (0)