We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5443f7b + 7a39bc4 commit ea5aad6Copy full SHA for ea5aad6
RELEASES.md
@@ -25,9 +25,6 @@ Language
25
macros, it is recommended to export with the
26
`#[macro_export(local_inner_macros)]` attribute so users won't have to import
27
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.
31
- [You can now catch visibility keywords (e.g. `pub`, `pub(crate)`) in macros
32
using the `vis` specifier.][53370]
33
- [Non-macro attributes now allow all forms of literals, not just
0 commit comments