File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed
Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments