From 9e36f611dbc37498a89fcbf43e01b2a9a2312c18 Mon Sep 17 00:00:00 2001 From: Dean Karn Date: Fri, 12 Nov 2021 18:49:45 -0800 Subject: [PATCH] Update build.rs Co-authored-by: David Tolnay --- build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.rs b/build.rs index 7f10111d7..e9ec7d56a 100644 --- a/build.rs +++ b/build.rs @@ -33,7 +33,7 @@ fn main() { } // BTreeMap::retain - // https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#library-changes + // https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#stabilized-apis if minor < 53 { println!("cargo:rustc-cfg=no_btreemap_retain"); }