We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f27684e commit 508d2dbCopy full SHA for 508d2db
src/items/modules.md
@@ -79,7 +79,7 @@ Module Path | Filesystem Path | File Contents
79
`crate::util` | `util.rs` *or* `util/mod.rs` | `mod config;`
80
`crate::util::config` | `util/config.rs` |
81
82
-> **Note**: Prior to `rustc` 1.30, using `mod.rs` files was the way to load
+> **Note**: Prior to `rustc` 1.30, using `mod.rs` files was the only way to load
83
> a module with nested children.
84
85
### The `path` attribute
0 commit comments