diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-03 13:40:32 +0000 |
commit | e961d207b801c7d503f809ccd407dfea3a9a3d71 (patch) | |
tree | 41e2f0eb1c4853360b6c62fd49a38e01ea9b30c6 /tests/test.rs | |
parent | Adding upstream version 1.0.81. (diff) | |
download | rust-proc-macro2-upstream.tar.xz rust-proc-macro2-upstream.zip |
Adding upstream version 1.0.85.upstream/1.0.85upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'tests/test.rs')
-rw-r--r-- | tests/test.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/test.rs b/tests/test.rs index 3923d33..0d7c88d 100644 --- a/tests/test.rs +++ b/tests/test.rs @@ -541,7 +541,6 @@ testing 123 } #[cfg(procmacro2_semver_exempt)] -#[cfg(not(nightly))] #[test] fn default_span() { let start = Span::call_site().start(); |