Skip to content

Commit

Permalink
Don't use edition2018
Browse files Browse the repository at this point in the history
  • Loading branch information
JelteF committed Nov 3, 2019
1 parent 03e5470 commit 0ff1e44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/from.md
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ enum MixedInts {

Code like this will be generated:

```edition2018
```rust
# enum MixedInts {
# SmallInt(i32),
# NamedBigInt { int: i64 },
Expand Down

0 comments on commit 0ff1e44

Please sign in to comment.