Skip to content

Commit 03c52c4

Browse files
committed
Highlighting in variables.md
1 parent 54a78d3 commit 03c52c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/variables.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ variable `y`).
1717
Methods that take either `self` or `Box<Self>` can optionally place them in a
1818
mutable variable by prefixing them with `mut` (similar to regular arguments):
1919

20-
```
20+
```rust
2121
trait Changer: Sized {
2222
fn change(mut self) {}
2323
fn modify(mut self: Box<Self>) {}

0 commit comments

Comments
 (0)