Skip to content

Commit

Permalink
auto merge of rust-lang#18135 : EduardoBautista/rust/fix-misaligned-c…
Browse files Browse the repository at this point in the history
…arot, r=steveklabnik
  • Loading branch information
bors committed Oct 19, 2014
2 parents a572b74 + cef0b55 commit 4bb21f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/doc/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -482,7 +482,7 @@ but it will still print "Hello, world!":
Compiling hello_world v0.0.1 (file:///home/you/projects/hello_world)
src/main.rs:2:9: 2:10 warning: unused variable: `x`, #[warn(unused_variable)] on by default
src/main.rs:2 let x: int;
^
^
```

Rust warns us that we never use the variable binding, but since we never use it,
Expand Down

0 comments on commit 4bb21f3

Please sign in to comment.