From 7a39bc452b1fe03005a7c6eae20dfb28b9c61c6d Mon Sep 17 00:00:00 2001 From: Pietro Albini Date: Wed, 24 Oct 2018 15:28:34 +0200 Subject: [PATCH] Update RELEASES.md after destabilization of non_modrs_mods --- RELEASES.md | 3 --- 1 file changed, 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 -- GitLab