Skip to content

Commit a6e86fc

Browse files
committed
doc: update readme
1 parent 0784f54 commit a6e86fc

File tree

1 file changed

+2
-20
lines changed

1 file changed

+2
-20
lines changed

README.md

Lines changed: 2 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings
4444

4545
To install Rustlings. Same as on MacOS/Linux, you will have access to the `rustlings` command after it.
4646

47-
When you get a permission denied message then you have to exclude the directory where you placed the rustlings in your virus-scanner
47+
If you get a permission denied message, you might have to exclude the directory where you cloned Rustlings in your antivirus.
4848

49-
## Browser:
49+
## Browser
5050

5151
[Run on Repl.it](https://repl.it/github/rust-lang/rustlings)
5252

@@ -150,24 +150,6 @@ cargo uninstall rustlings
150150

151151
Now you should be done!
152152

153-
## Completion
154-
155-
Rustlings isn't done; there are a couple of sections that are very experimental and don't have proper documentation. These include:
156-
157-
- Errors (`exercises/errors/`)
158-
- Option (`exercises/option/`)
159-
- Result (`exercises/result/`)
160-
- Move Semantics (could still be improved, `exercises/move_semantics/`)
161-
162-
Additionally, we could use exercises on a couple of topics:
163-
164-
- Structs
165-
- Better ownership stuff
166-
- `impl`
167-
- ??? probably more
168-
169-
If you are interested in improving or adding new ones, please feel free to contribute! Read on for more information :)
170-
171153
## Contributing
172154

173155
See [CONTRIBUTING.md](./CONTRIBUTING.md).

0 commit comments

Comments
 (0)