From 9918693037dce8aa4bb6f08741b6812923486c18 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Wed, 19 Jun 2024 11:26:03 +0200 Subject: Merging upstream version 1.76.0+dfsg1. Signed-off-by: Daniel Baumann --- vendor/indexmap-1.9.3/build.rs | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 vendor/indexmap-1.9.3/build.rs (limited to 'vendor/indexmap-1.9.3/build.rs') diff --git a/vendor/indexmap-1.9.3/build.rs b/vendor/indexmap-1.9.3/build.rs deleted file mode 100644 index 9f9fa054f..000000000 --- a/vendor/indexmap-1.9.3/build.rs +++ /dev/null @@ -1,8 +0,0 @@ -fn main() { - // If "std" is explicitly requested, don't bother probing the target for it. - match std::env::var_os("CARGO_FEATURE_STD") { - Some(_) => autocfg::emit("has_std"), - None => autocfg::new().emit_sysroot_crate("std"), - } - autocfg::rerun_path("build.rs"); -} -- cgit v1.2.3