diff options
| author | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-15 11:16:54 +0900 |
|---|---|---|
| committer | Wonwoo Choi <chwo9843@gmail.com> | 2017-06-15 11:16:54 +0900 |
| commit | 65288f4026b7cb0c269bdc43bbacfdc37ddae92f (patch) | |
| tree | f86187b1e523a29801f63624b9e50d99e4173fcd /src | |
| parent | 79f173ad21277cda8938ecd2b8186e737177ac5c (diff) | |
| download | rust-65288f4026b7cb0c269bdc43bbacfdc37ddae92f.tar.gz rust-65288f4026b7cb0c269bdc43bbacfdc37ddae92f.zip | |
Remove struct_field_attributes from the Unstable Book
Diffstat (limited to 'src')
| -rw-r--r-- | src/doc/unstable-book/src/SUMMARY.md | 1 | ||||
| -rw-r--r-- | src/doc/unstable-book/src/language-features/struct-field-attributes.md | 10 |
2 files changed, 0 insertions, 11 deletions
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 - ------------------------- - - - |
