Skip to content

Commit 48a81b7

Browse files
committed
Update SUMMARY.md
1 parent d00d62f commit 48a81b7

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/SUMMARY.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,12 +120,14 @@
120120
- [match](flow_control/match.md)
121121
- [デストラクト](flow_control/match/destructuring.md)
122122
- [タプル](flow_control/match/destructuring/destructure_tuple.md)
123+
- [arrays/slices](flow_control/match/destructuring/destructure_slice.md)
123124
- [列挙型](flow_control/match/destructuring/destructure_enum.md)
124125
- [ポインタとref](flow_control/match/destructuring/destructure_pointers.md)
125126
- [構造体](flow_control/match/destructuring/destructure_structures.md)
126127
- [ガード](flow_control/match/guard.md)
127128
- [バインディング](flow_control/match/binding.md)
128129
- [if let](flow_control/if_let.md)
130+
- [let-else](flow_control/let_else.md)
129131
- [while let](flow_control/while_let.md)
130132

131133
<!--
@@ -338,10 +340,12 @@
338340
-->
339341
- [エラーハンドリング](error.md)
340342
- [`panic`](error/panic.md)
343+
- [`abort` & `unwind`](error/abort_unwind.md)
341344
- [`Option``unwrap`](error/option_unwrap.md)
342345
- [`?`による`Option`のアンパック](error/option_unwrap/question_mark.md)
343346
- [Combinators: `map`](error/option_unwrap/map.md)
344347
- [Combinators: `and_then`](error/option_unwrap/and_then.md)
348+
- [Defaults: `or`, `or_else`, `get_or_insert`, 'get_or_insert_with`](error/option_unwrap/defaults.md)
345349
- [`Result`](error/result.md)
346350
- [`Result``map`](error/result/result_map.md)
347351
- [`Result`に対するエイリアス](error/result/result_alias.md)
@@ -430,6 +434,7 @@
430434
- [Inline assembly](unsafe/asm.md)
431435
-->
432436
- [安全でない操作](unsafe.md)
437+
- [Inline assembly](unsafe/asm.md)
433438

434439
- [Compatibility](compatibility.md)
435440
- [Raw identifiers](compatibility/raw_identifiers.md)
@@ -441,4 +446,4 @@
441446
-->
442447
- [周辺情報](meta.md)
443448
- [ドキュメンテーション](meta/doc.md)
444-
- [Playpen](meta/playpen.md)
449+
- [Playground](meta/playground.md)

0 commit comments

Comments
 (0)