Remove outdated stability note
authorSteven Fackler <sfackler@gmail.com>
Sun, 21 Jan 2018 06:16:49 +0000 (22:16 -0800)
committerGitHub <noreply@github.com>
Sun, 21 Jan 2018 06:16:49 +0000 (22:16 -0800)
Closes #4964

src/doc/src/reference/specifying-dependencies.md

index 8088bc475e0e9fc71d625e445657db67ffc4e021..b5044bd73434fed8180298af01920b569e2593fb 100644 (file)
@@ -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