From 7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c Mon Sep 17 00:00:00 2001 From: Robert Lugg Date: Wed, 21 Feb 2018 22:09:53 -0800 Subject: Added filename to top of .rs files --- move_semantics/move_semantics4.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'move_semantics/move_semantics4.rs') 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! -- cgit v1.2.3