Skip to content

Commit 4d04e00

Browse files
authored
Merge pull request #139 from durka/patch-1
fix stmt_expr_attributes example
2 parents 7f1c6a6 + 74d3085 commit 4d04e00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

_posts/2016-11-10-Rust-1.13.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ let x: Tuple!(i32, i32) = (1, 2);
249249

250250
```rust
251251
// Apply a lint attribute to a single statement
252-
#[allow(uppercase_variable)]
252+
#[allow(non_snake_case)]
253253
let BAD_STYLE = List::new();
254254
```
255255

0 commit comments

Comments
 (0)