Skip to content

Commit a720819

Browse files
committed
Delete unused nightly cfg
1 parent 37c5d18 commit a720819

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

build.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ fn main() {
5050
if rustc >= 80 {
5151
println!("cargo:rustc-check-cfg=cfg(doc_cfg)");
5252
println!("cargo:rustc-check-cfg=cfg(fuzzing)");
53-
println!("cargo:rustc-check-cfg=cfg(nightly)");
5453
println!("cargo:rustc-check-cfg=cfg(no_is_available)");
5554
println!("cargo:rustc-check-cfg=cfg(no_literal_byte_character)");
5655
println!("cargo:rustc-check-cfg=cfg(no_literal_c_string)");

tests/test.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -541,7 +541,6 @@ testing 123
541541
}
542542

543543
#[cfg(procmacro2_semver_exempt)]
544-
#[cfg(not(nightly))]
545544
#[test]
546545
fn default_span() {
547546
let start = Span::call_site().start();

0 commit comments

Comments
 (0)