Skip to content

Commit beed7d4

Browse files
authored
rust2018 -> edition2018
1 parent 7f32326 commit beed7d4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-next/uniform-paths.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ tweak landing in 1.32.0. Nicknamed "uniform paths", it permits previously
77
invalid import path statements to be resolved exactly the same way as
88
non-import paths. For example:
99

10-
```rust,rust2018
10+
```rust,edition2018
1111
enum Color {
1212
Red,
1313
Green,

0 commit comments

Comments
 (0)