Remove struct_field_attributes from the Unstable Book

This commit is contained in:
Wonwoo Choi 2017-06-15 11:16:54 +09:00
parent 79f173ad21
commit 65288f4026
2 changed files with 0 additions and 11 deletions

View File

@ -87,7 +87,6 @@
- [start](language-features/start.md)
- [static_nobundle](language-features/static-nobundle.md)
- [stmt_expr_attributes](language-features/stmt-expr-attributes.md)
- [struct_field_attributes](language-features/struct-field-attributes.md)
- [structural_match](language-features/structural-match.md)
- [target_feature](language-features/target-feature.md)
- [thread_local](language-features/thread-local.md)

View File

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