From 0d6bc1c1e37e5d581cd28f2fd16379e8ca1b9001 Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sat, 20 Jan 2018 22:16:49 -0800 Subject: [PATCH] Remove outdated stability note Closes #4964 --- src/doc/src/reference/specifying-dependencies.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/doc/src/reference/specifying-dependencies.md b/src/doc/src/reference/specifying-dependencies.md index 8088bc475..b5044bd73 100644 --- a/src/doc/src/reference/specifying-dependencies.md +++ b/src/doc/src/reference/specifying-dependencies.md @@ -187,10 +187,9 @@ example: of the crate to avoid blocking on the bug fix getting merged. These scenarios are currently all solved with the [`[patch]` manifest -section][patch-section]. Note that the `[patch]` feature is not yet currently -stable and will be released on 2017-08-31. Historically some of these scenarios -have been solved with [the `[replace]` section][replace-section], but we'll -document the `[patch]` section here. +section][patch-section]. Historically some of these scenarios have been solved +with [the `[replace]` section][replace-section], but we'll document the `[patch]` +section here. [patch-section]: reference/manifest.html#the-patch-section [replace-section]: reference/manifest.html#the-replace-section -- 2.30.2