Don't mention unstable constructors in release notes

This commit is contained in:
tinaun 2018-03-28 17:39:27 -04:00 committed by GitHub
parent e5277c1457
commit 082e50d986
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

View File

@ -47,8 +47,6 @@ eg. `static MINUTE: Duration = Duration::from_secs(60);`
- [`Duration::new`][47300]
- [`Duration::from_secs`][47300]
- [`Duration::from_millis`][47300]
- [`Duration::from_micros`][47300]
- [`Duration::from_nanos`][47300]
Cargo
-----