Skip to content

Commit 2e5b990

Browse files
author
Dean Karn
committed
Merge branch 'master' of github.com:deankarn/json
2 parents debd7d0 + 9e36f61 commit 2e5b990

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fn main() {
3333
}
3434

3535
// BTreeMap::retain
36-
// https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#library-changes
36+
// https://blog.rust-lang.org/2021/06/17/Rust-1.53.0.html#stabilized-apis
3737
if minor < 53 {
3838
println!("cargo:rustc-cfg=no_btreemap_retain");
3939
}

0 commit comments

Comments
 (0)