We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62f2271 commit d2abf86Copy full SHA for d2abf86
src/tutorial/impl-draft.md
@@ -54,8 +54,8 @@ Give it a try: `cargo run -- main src/main.rs` should work now!
54
<aside class="exercise">
55
56
**Exercise for the reader:**
57
-This is not the best implementation.
58
-It will read the whole file into memory, no matter how large the file may be.
+This is not the best implementation as
+it will read the whole file into memory, no matter how large the file may be.
59
Find a way to optimize it!
60
(One idea might be to use a [`BufReader`]
61
instead of `read_to_string()`.)
0 commit comments