You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/index.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -547,7 +547,7 @@ However, it’s good practice to specify the type on variables when usin
547
547
<p>This can be any form of <code>self</code>, <code>&amp;self</code>, <code>&amp;mut self</code>, <code>self: Box&lt;Self&gt;</code>, <code>self: Pin&lt;&amp;mut Self&gt;</code>, etc.</p></description></item><item><title>Installation</title><link>https://learning-rust.github.io/docs/installation/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/installation/</guid><description><h2 id="rustup">Rustup</h2>
548
548
<p>There are many ways to install Rust on your system. For the moment the official way to install Rust is using <a href="https://rustup.rs/" target="_blank" >Rustup</a>.</p>
549
549
<p><a href="https://rust-lang.github.io/rustup/index.html" target="_blank" >π</a> Rustup installs The Rust Programming Language from the official release channels, enabling you to easily switch between <strong>stable, beta, and nightly</strong> compilers and keep them updated. It also makes cross-compiling simpler with binary builds of the standard library for common platforms.</p>
550
-
<p><a href="https://rust-lang.github.io/rustup/installation/index.html" target="_blank" >π</a> Rustup installs <code>rustc</code>, <code>cargo</code>, <code>rustup</code> and other standard tools to <strong>Cargo&rsquo;s <code>bin</code> directory</strong>. On Unix it is located at <code>$HOME/.cargo/bin</code> and on Windows at <code>%USERPROFILE%\.cargo\bin</code>. This is the same directory that <code>cargo install</code> will install Rust programs and Cargo plugins.</p></description></item><item><title>Learning Rust</title><link>https://learning-rust.github.io/journal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/journal/</guid><description>The Journey of building Learning Rust!</description></item><item><title>Lifetimes</title><link>https://learning-rust.github.io/docs/lifetimes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/lifetimes/</guid><description><div class="alert alert-recap">
550
+
<p><a href="https://rust-lang.github.io/rustup/installation/index.html" target="_blank" >π</a> Rustup installs <code>rustc</code>, <code>cargo</code>, <code>rustup</code> and other standard tools to <strong>Cargo&rsquo;s <code>bin</code> directory</strong>. On Unix it is located at <code>$HOME/.cargo/bin</code> and on Windows at <code>%USERPROFILE%\.cargo\bin</code>. This is the same directory that <code>cargo install</code> will install Rust programs and Cargo plugins.</p></description></item><item><title>Learning Rust</title><link>https://learning-rust.github.io/journal/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/journal/</guid><description>This is not just about Rust or learning a new language. It is about how fast you can master it.</description></item><item><title>Lifetimes</title><link>https://learning-rust.github.io/docs/lifetimes/</link><pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate><guid>https://learning-rust.github.io/docs/lifetimes/</guid><description><div class="alert alert-recap">
0 commit comments