Skip to content

Commit ea5aad6

Browse files
committed
Rollup merge of #55348 - pietroalbini:backport-stable-notes, r=pietroalbini
Backports the release notes update from stable to master. r? @ghost
2 parents 5443f7b + 7a39bc4 commit ea5aad6

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 users won't have to import
2727
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)