about summary refs log tree commit diff
diff options
context:
space:
mode:
authorEric Huss <eric@huss.org>2018-10-25 13:57:56 -0700
committerEric Huss <eric@huss.org>2018-10-25 13:57:56 -0700
commit19c4e36486006945d5edf43c2186ad227f1cd71e (patch)
tree25f203aa8c0faa287efab77e70b87c1d88fe4fc1
parent8ec22e7ec7ed0da2add0763d239e77c5474f3d4a (diff)
downloadrust-19c4e36486006945d5edf43c2186ad227f1cd71e.tar.gz
rust-19c4e36486006945d5edf43c2186ad227f1cd71e.zip
Remove `cargo new --edition` from release notes.
-rw-r--r--RELEASES.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 70a7dab7227..0b394cc8e4c 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -64,9 +64,6 @@ Cargo
 - [`cargo run` doesn't require specifying a package in workspaces.][cargo/5877]
 - [`cargo doc` now supports `--message-format=json`.][cargo/5878] This is
   equivalent to calling `rustdoc --error-format=json`.
-- [You can specify which edition to create a project in cargo
-  with `cargo new --edition`.][cargo/5984] Currently only `2015` is a
-  valid option.
 - [Cargo will now provide a progress bar for builds.][cargo/5995]
 
 Misc
@@ -100,7 +97,6 @@ Misc
 [54404]: https://github.com/rust-lang/rust/pull/54404/
 [cargo/5877]: https://github.com/rust-lang/cargo/pull/5877/
 [cargo/5878]: https://github.com/rust-lang/cargo/pull/5878/
-[cargo/5984]: https://github.com/rust-lang/cargo/pull/5984/
 [cargo/5995]: https://github.com/rust-lang/cargo/pull/5995/
 [proc-macros]: https://doc.rust-lang.org/book/2018-edition/ch19-06-macros.html