File tree Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Expand file tree Collapse file tree 1 file changed +2
-20
lines changed Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ Start-BitsTransfer -Source https://raw.githubusercontent.com/rust-lang/rustlings
44
44
45
45
To install Rustlings. Same as on MacOS/Linux, you will have access to the ` rustlings ` command after it.
46
46
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.
48
48
49
- ## Browser:
49
+ ## Browser
50
50
51
51
[ Run on Repl.it] ( https://repl.it/github/rust-lang/rustlings )
52
52
@@ -150,24 +150,6 @@ cargo uninstall rustlings
150
150
151
151
Now you should be done!
152
152
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
-
171
153
## Contributing
172
154
173
155
See [ CONTRIBUTING.md] ( ./CONTRIBUTING.md ) .
You can’t perform that action at this time.
0 commit comments