From 082e50d9869a3c159bb0ce1570b71ad0d86ea23d Mon Sep 17 00:00:00 2001 From: tinaun Date: Wed, 28 Mar 2018 17:39:27 -0400 Subject: [PATCH] Don't mention unstable constructors in release notes --- RELEASES.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/RELEASES.md b/RELEASES.md index 100de005990..c44c501305f 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -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 -----