Skip to content

Commit e74c57d

Browse files
committed
1 parent 5432d54 commit e74c57d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

_posts/2017-08-31-Rust-1.20.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ appropriate page on our website, and check out the [detailed release notes for
2222

2323
### What's in 1.20.0 stable
2424

25-
In Rust, you can already define traits, structs, and enums that have "associated functions":
25+
In previous Rust versions, you can already define traits, structs, and enums
26+
that have "associated functions":
2627

2728
```rust
2829
struct Struct;

0 commit comments

Comments
 (0)