mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-04-20 23:16:56 +02:00
Merge pull request #118 from google/exercise-code-snippets
Explain why exercises are not editable
This commit is contained in:
commit
3ff2d5f43a
@ -5,3 +5,20 @@ In these exercises, we will explore two parts of Rust:
|
|||||||
* Implicit conversions between types.
|
* Implicit conversions between types.
|
||||||
|
|
||||||
* Arrays and `for` loops.
|
* Arrays and `for` loops.
|
||||||
|
|
||||||
|
<details>
|
||||||
|
|
||||||
|
A few things to consider while solving the exercises:
|
||||||
|
|
||||||
|
* Use a local Rust installation, if possible. This way you can get
|
||||||
|
auto-completion in your editor. See the page about [Using Cargo] for details
|
||||||
|
on installing Rust.
|
||||||
|
|
||||||
|
* Alternatively, use the Rust Playground.
|
||||||
|
|
||||||
|
The code snippets are not editable on purpose: the inline code snippets lose
|
||||||
|
their state if you navigate away from the page.
|
||||||
|
|
||||||
|
[Using Cargo]: ../../cargo.md
|
||||||
|
|
||||||
|
</details>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user