Skip to content

Commit

Permalink
Delete unused nightly cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
dtolnay committed May 7, 2024
1 parent 37c5d18 commit a720819
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion build.rs
Expand Up @@ -50,7 +50,6 @@ fn main() {
if rustc >= 80 {
println!("cargo:rustc-check-cfg=cfg(doc_cfg)");
println!("cargo:rustc-check-cfg=cfg(fuzzing)");
println!("cargo:rustc-check-cfg=cfg(nightly)");
println!("cargo:rustc-check-cfg=cfg(no_is_available)");
println!("cargo:rustc-check-cfg=cfg(no_literal_byte_character)");
println!("cargo:rustc-check-cfg=cfg(no_literal_c_string)");
Expand Down
1 change: 0 additions & 1 deletion tests/test.rs
Expand Up @@ -541,7 +541,6 @@ testing 123
}

#[cfg(procmacro2_semver_exempt)]
#[cfg(not(nightly))]
#[test]
fn default_span() {
let start = Span::call_site().start();
Expand Down

0 comments on commit a720819

Please sign in to comment.