diff --git a/src/basic-syntax/variables.md b/src/basic-syntax/variables.md index 6c2ebb03..82ec653a 100644 --- a/src/basic-syntax/variables.md +++ b/src/basic-syntax/variables.md @@ -15,6 +15,5 @@ fn main() {
* Due to type inference the `i32` is optional. We will gradually show the types less and less as the course progresses. -* Note that since `println!` is a macro, `x` is not moved, even using the function like syntax of `println!("x: {}", x)`