Skip to content

Commit f86fa1e

Browse files
authored
Merge pull request #1385 from alexwh/patch-1
chore: update move_semantics4.rs' hint
2 parents 2285b89 + 89069f7 commit f86fa1e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

info.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -325,8 +325,7 @@ doing one step and then fixing the compiler errors that result!
325325
So the end goal is to:
326326
- get rid of the first line in main that creates the new vector
327327
- so then `vec0` doesn't exist, so we can't pass it to `fill_vec`
328-
- we don't want to pass anything to `fill_vec`, so its signature should
329-
reflect that it does not take any arguments
328+
- `fill_vec` has had its signature changed, which our call should reflect
330329
- since we're not creating a new vec in `main` anymore, we need to create
331330
a new vec in `fill_vec`, similarly to the way we did in `main`"""
332331

0 commit comments

Comments
 (0)