Skip to content

Commit e18e6de

Browse files
authored
Merge pull request #124 from max-sixty/patch-1
Clarify uniform paths are not yet in Rust 2018
2 parents 9c48d95 + c9d7391 commit e18e6de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rust-2018/module-system/path-clarity.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -347,7 +347,7 @@ fn func() {
347347
}
348348
```
349349

350-
With Rust 2018, however, the same code will also work completely unmodified in
350+
With uniform paths, however, the same code will also work completely unmodified in
351351
a submodule:
352352

353353
```rust,ignore

0 commit comments

Comments
 (0)