We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37c5d18 commit a720819Copy full SHA for a720819
build.rs
@@ -50,7 +50,6 @@ fn main() {
50
if rustc >= 80 {
51
println!("cargo:rustc-check-cfg=cfg(doc_cfg)");
52
println!("cargo:rustc-check-cfg=cfg(fuzzing)");
53
- println!("cargo:rustc-check-cfg=cfg(nightly)");
54
println!("cargo:rustc-check-cfg=cfg(no_is_available)");
55
println!("cargo:rustc-check-cfg=cfg(no_literal_byte_character)");
56
println!("cargo:rustc-check-cfg=cfg(no_literal_c_string)");
tests/test.rs
@@ -541,7 +541,6 @@ testing 123
541
}
542
543
#[cfg(procmacro2_semver_exempt)]
544
-#[cfg(not(nightly))]
545
#[test]
546
fn default_span() {
547
let start = Span::call_site().start();
0 commit comments