Touch up PR 1997

This commit is contained in:
David Tolnay
2021-03-05 19:36:25 -08:00
parent d91075c8d5
commit 697b082e90
4 changed files with 6 additions and 12 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ fn main() {
println!("cargo:rustc-cfg=serde_derive");
}
// TryFrom, Atomic types, non-zero signed integers, and `SystemTime::checked_add`
// TryFrom, Atomic types, non-zero signed integers, and SystemTime::checked_add
// stabilized in Rust 1.34:
// https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#tryfrom-and-tryinto
// https://blog.rust-lang.org/2019/04/11/Rust-1.34.0.html#library-stabilizations