Rollup merge of #49463 - tinaun:patch-2, r=alexcrichton

Don't mention unstable constructors in release notes
This commit is contained in:
kennytm 2018-03-30 01:31:14 +02:00 committed by GitHub
commit 07ea35fc67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
-----