about summary refs log tree commit diff
diff options
context:
space:
mode:
authorPietro Albini <pietro@pietroalbini.org>2018-10-24 15:28:34 +0200
committerPietro Albini <pietro@pietroalbini.org>2018-10-25 15:54:31 +0200
commit7a39bc452b1fe03005a7c6eae20dfb28b9c61c6d (patch)
tree35e7dae434653dbc497e30fb26d3f39d729ed752
parent365b9001e588cf3d91561894b0e44389e31ae000 (diff)
downloadrust-7a39bc452b1fe03005a7c6eae20dfb28b9c61c6d.tar.gz
rust-7a39bc452b1fe03005a7c6eae20dfb28b9c61c6d.zip
Update RELEASES.md after destabilization of non_modrs_mods
-rw-r--r--RELEASES.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/RELEASES.md b/RELEASES.md
index 7ae7dc9935b..abbc637f4cc 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -25,9 +25,6 @@ Language
   macros it is recommended to export with the
   `#[macro_export(local_inner_macros)]` attribute so that users won't have to
   import those macros.
-- [`mod.rs` files are now optional.][54146] Previously if you had a `foo` module
-  with a `bar` submodule, you would have `src/foo/mod.rs` and `src/foo/bar.rs`.
-  Now you can have `src/foo.rs` and `src/foo/bar.rs` to achieve the same effect.
 - [You can now catch visibility keywords (e.g. `pub`, `pub(crate)`) in macros
   using the `vis` specifier.][53370]
 - [Non-macro attributes now allow all forms of literals not just