Stabilize pub(restricted)

This commit is contained in:
Taylor Cramer 2017-03-15 14:24:02 -07:00
parent 0aeb9c1297
commit 28626ca5b1
27 changed files with 35 additions and 106 deletions

View file

@ -65,7 +65,6 @@
- [plugin_registrar](plugin-registrar.md)
- [prelude_import](prelude-import.md)
- [proc_macro](proc-macro.md)
- [pub_restricted](pub-restricted.md)
- [quote](quote.md)
- [relaxed_adts](relaxed-adts.md)
- [repr_simd](repr-simd.md)

View file

@ -1,10 +0,0 @@
# `pub_restricted`
The tracking issue for this feature is: [#32409]
[#32409]: https://github.com/rust-lang/rust/issues/32409
------------------------