Skip to content

Commit

Permalink
Fix misaligned carot in guide
Browse files Browse the repository at this point in the history
  • Loading branch information
EduardoBautista committed Oct 18, 2014
1 parent 2c0f876 commit cef0b55
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

5 comments on commit cef0b55

@bors
Copy link
Contributor

@bors bors commented on cef0b55 Oct 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on cef0b55 Oct 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

merging EduardoBautista/rust/fix-misaligned-carot = cef0b55 into auto

@bors
Copy link
Contributor

@bors bors commented on cef0b55 Oct 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

EduardoBautista/rust/fix-misaligned-carot = cef0b55 merged ok, testing candidate = 4bb21f3

@bors
Copy link
Contributor

@bors bors commented on cef0b55 Oct 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bors
Copy link
Contributor

@bors bors commented on cef0b55 Oct 19, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

fast-forwarding master to auto = 4bb21f3

Please sign in to comment.