File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed
Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -2793,10 +2793,22 @@ \section{Patterns and Matching}
27932793
27942794\begin {frame }[fragile]
27952795 \frametitle {Pattern Syntax, Ignoring an Unused Variable by Starting Its Name with \mintinline {rust}|_|}
2796- \inputminted [fontsize= \scriptsize ] {rust}{./code/pattern14 .rs}
2796+ \inputminted {rust}{./code/pattern15 .rs}
27972797\end {frame }
27982798
27992799
2800+
2801+ \begin {frame }[fragile]
2802+ \frametitle {Pattern Syntax,Ignoring Remaining Parts of a Value with \mintinline {rust}|..|}
2803+ \inputminted {rust}{./code/pattern16.rs}
2804+ \end {frame }
2805+
2806+
2807+ \begin {frame }[fragile]
2808+ \frametitle {Pattern Syntax,Extra Conditionals with Match Guards}
2809+ \inputminted {rust}{./code/pattern16.rs}
2810+ \end {frame }
2811+
28002812\section {Advanced Features }
28012813\section {Multithread Web Server }
28022814\section {Tokio }
You can’t perform that action at this time.
0 commit comments