From a6c1782537f22036a5f643475417cda323e45946 Mon Sep 17 00:00:00 2001 From: SabrinaJewson Date: Fri, 19 Jun 2026 02:40:54 +0100 Subject: [PATCH] Add `cfg-if` --- data/cfg-if.toml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 data/cfg-if.toml diff --git a/data/cfg-if.toml b/data/cfg-if.toml new file mode 100644 index 0000000..5abf394 --- /dev/null +++ b/data/cfg-if.toml @@ -0,0 +1,5 @@ +description = """ +`cfg_select!` has been in `std` since Rust 1.95, providing identical functionality (albeit with \ +modified syntax) to the `cfg_if!` macro this crate offered. +""" +url = "https://doc.rust-lang.org/std/macro.cfg_select.html"