diff options
| author | Robert Lugg <robert.lugg@gmail.com> | 2018-02-21 22:09:53 -0800 |
|---|---|---|
| committer | Robert Lugg <robert.lugg@gmail.com> | 2018-02-21 22:09:53 -0800 |
| commit | 7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c (patch) | |
| tree | 30e9ef080ed6c31e5f6c12711d5fd1baf8ef404d /move_semantics/move_semantics4.rs | |
| parent | c4b32528457063b0b97da37617c2a9ff652a4cba (diff) | |
Added filename to top of .rs files
Diffstat (limited to 'move_semantics/move_semantics4.rs')
| -rw-r--r-- | move_semantics/move_semantics4.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/move_semantics/move_semantics4.rs b/move_semantics/move_semantics4.rs index 17df426..2b1ed8a 100644 --- a/move_semantics/move_semantics4.rs +++ b/move_semantics/move_semantics4.rs @@ -1,3 +1,4 @@ +// move_semantics4.rs // Refactor this code so that instead of having `vec0` and creating the vector // in `fn main`, we instead create it within `fn fill_vec` and transfer the // freshly created vector from fill_vec to its caller. Scroll for hints! |
