Skip to content

Commit 42280ef

Browse files
committed
txs auto checkin
1 parent 1c5c2ad commit 42280ef

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

rust.tex

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2421,13 +2421,24 @@ \section{Smart Pointers}
24212421

24222422
\begin{frame}[fragile]
24232423
\frametitle{Using \mintinline{rust}|Rc<T>| to Share Data(2)}
2424-
\inputminted[fontsize=\scriptsize]{rust}{./code/smart8.rs}
2424+
\inputminted{rust}{./code/smart8.rs}
24252425

24262426
\end{frame}
24272427

24282428
\begin{frame}[fragile]
24292429
\frametitle{Using \mintinline{rust}|Rc<T>| to Share Data(3)}
2430-
\inputminted[fontsize=\scriptsize]{shell}{./code/smart8.shell}
2430+
\inputminted{shell}{./code/smart8.shell}
2431+
2432+
\end{frame}
2433+
2434+
\begin{frame}[fragile]
2435+
\frametitle{Using \mintinline{rust}|Rc<T>| to Share Data(4)}
2436+
\inputminted{rust}{./code/smart9.rs}
2437+
2438+
\end{frame}
2439+
2440+
\begin{frame}[fragile]
2441+
\frametitle{\mintinline{rust}|RefCell<T>| and the Interior Mutability Pattern}
24312442

24322443
\end{frame}
24332444

0 commit comments

Comments
 (0)