about summary refs log tree commit diff
diff options
context:
space:
mode:
authorkennytm <kennytm@gmail.com>2018-03-30 01:31:14 +0200
committerGitHub <noreply@github.com>2018-03-30 01:31:14 +0200
commit07ea35fc6702ef6bd5b2087e1180a4b57247cc97 (patch)
tree79881226294483820d76088caf42c62c5d5d19d5
parentd06abdbfd8ddedddb384ed155315275d87d34ecf (diff)
parent082e50d9869a3c159bb0ce1570b71ad0d86ea23d (diff)
downloadrust-07ea35fc6702ef6bd5b2087e1180a4b57247cc97.tar.gz
rust-07ea35fc6702ef6bd5b2087e1180a4b57247cc97.zip
Rollup merge of #49463 - tinaun:patch-2, r=alexcrichton
Don't mention unstable constructors in release notes
-rw-r--r--RELEASES.md2
1 files changed, 0 insertions, 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
 -----