Skip to content

Commit 0074f9e

Browse files
committed
txs auto checkin
1 parent a72fdfc commit 0074f9e

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

rust.tex

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff 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}

0 commit comments

Comments
 (0)