Skip to content

Commit 7a39bc4

Browse files
committed
Update RELEASES.md after destabilization of non_modrs_mods
1 parent 365b900 commit 7a39bc4

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

RELEASES.md

-3
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ Language
2525
macros it is recommended to export with the
2626
`#[macro_export(local_inner_macros)]` attribute so that users won't have to
2727
import those macros.
28-
- [`mod.rs` files are now optional.][54146] Previously if you had a `foo` module
29-
with a `bar` submodule, you would have `src/foo/mod.rs` and `src/foo/bar.rs`.
30-
Now you can have `src/foo.rs` and `src/foo/bar.rs` to achieve the same effect.
3128
- [You can now catch visibility keywords (e.g. `pub`, `pub(crate)`) in macros
3229
using the `vis` specifier.][53370]
3330
- [Non-macro attributes now allow all forms of literals not just

0 commit comments

Comments
 (0)