From 65288f4026b7cb0c269bdc43bbacfdc37ddae92f Mon Sep 17 00:00:00 2001 From: Wonwoo Choi Date: Thu, 15 Jun 2017 11:16:54 +0900 Subject: [PATCH] Remove struct_field_attributes from the Unstable Book --- src/doc/unstable-book/src/SUMMARY.md | 1 - .../src/language-features/struct-field-attributes.md | 10 ---------- 2 files changed, 11 deletions(-) delete mode 100644 src/doc/unstable-book/src/language-features/struct-field-attributes.md diff --git a/src/doc/unstable-book/src/SUMMARY.md b/src/doc/unstable-book/src/SUMMARY.md index 39922b7bbcf..e49b27c1b86 100644 --- a/src/doc/unstable-book/src/SUMMARY.md +++ b/src/doc/unstable-book/src/SUMMARY.md @@ -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) diff --git a/src/doc/unstable-book/src/language-features/struct-field-attributes.md b/src/doc/unstable-book/src/language-features/struct-field-attributes.md deleted file mode 100644 index 1a94562968d..00000000000 --- a/src/doc/unstable-book/src/language-features/struct-field-attributes.md +++ /dev/null @@ -1,10 +0,0 @@ -# `struct_field_attributes` - -The tracking issue for this feature is: [#38814] - -[#38814]: https://github.com/rust-lang/rust/issues/38814 - ------------------------- - - -