From cef0b55c787bb8b827e0111e1c6ccc1373b663da Mon Sep 17 00:00:00 2001 From: Eduardo Bautista Date: Sat, 18 Oct 2014 01:34:50 -0500 Subject: [PATCH] Fix misaligned carot in guide --- src/doc/guide.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/doc/guide.md b/src/doc/guide.md index db97fc06444..0d8c82293c7 100644 --- a/src/doc/guide.md +++ b/src/doc/guide.md @@ -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,