diff --git a/data/cfg-match.toml b/data/cfg-match.toml new file mode 100644 index 0000000..368f6c8 --- /dev/null +++ b/data/cfg-match.toml @@ -0,0 +1,5 @@ +description = """ +`cfg_select!` has been in `std` since Rust 1.95, providing the functionality of \ +the `cfg_match!` macro this crate offered. +""" +url = "https://doc.rust-lang.org/std/macro.cfg_select.html"