re-do deepaksirone's fix on the actual source file
[rust-101.git] / workspace / README.md
1 ## Workspace
2
3 This folder contains your Rust-101 workspace. I suggest you copy this
4 folder somewhere else. Try `cargo build` in that new folder to check that compiling your workspace succeeds.
5 (You can also execute it with `cargo run`, but you'll need to do some work before this will succeed.)
6 See the [main tutorial](https://www.ralfj.de/projects/rust-101/main.html) for more details.
7
8 Please do *not* edit this folder inside a `git clone` of Rust-101. The files in here are auto-generated.
9 You should edit the files in `src/` in the repository root instead.