Skip to content

Commit e9abffb

Browse files
authored
Update path-clarity.md
1 parent 43b711c commit e9abffb

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,6 @@ It can live in `foo.rs` or `foo/mod.rs`. If it has submodules of its own, it
223223
*must* be `foo/mod.rs`. So a `bar` submodule of `foo` would live at
224224
`foo/bar.rs`.
225225

226-
227226
In Rust 2018, `mod.rs` is no longer needed.
228227

229228
```rust,ignore
@@ -241,8 +240,6 @@ and the submodule is still `foo/bar.rs`. This eliminates the special
241240
name, and if you have a bunch of files open in your editor, you can clearly
242241
see their names, instead of having a bunch of tabs named `mod.rs`.
243242

244-
245-
246243
# Uniform paths
247244

248245
> Uniform paths are a nightly-only feature.

0 commit comments

Comments
 (0)