Skip to content

Commit

Permalink
Update RELEASES.md after destabilization of non_modrs_mods
Browse files Browse the repository at this point in the history
  • Loading branch information
pietroalbini committed Oct 25, 2018
1 parent 365b900 commit 7a39bc4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions RELEASES.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7a39bc4

Please sign in to comment.