We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 365b900 commit 7a39bc4Copy full SHA for 7a39bc4
RELEASES.md
@@ -25,9 +25,6 @@ Language
25
macros it is recommended to export with the
26
`#[macro_export(local_inner_macros)]` attribute so that users won't have to
27
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.
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