There was an error while loading. Please reload this page.
1 parent 2c0f876 commit cef0b55Copy full SHA for cef0b55
src/doc/guide.md
@@ -482,7 +482,7 @@ but it will still print "Hello, world!":
482
Compiling hello_world v0.0.1 (file:///home/you/projects/hello_world)
483
src/main.rs:2:9: 2:10 warning: unused variable: `x`, #[warn(unused_variable)] on by default
484
src/main.rs:2 let x: int;
485
- ^
+ ^
486
```
487
488
Rust warns us that we never use the variable binding, but since we never use it,
0 commit comments