We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdf631 commit f2b7528Copy full SHA for f2b7528
_posts/2018-10-25-Rust-1.30.md
@@ -214,8 +214,8 @@ mod foo {
214
}
215
```
216
217
-Moving a function to a submodule and having your imports break was not a great
218
-experience. Now, `use` will check the first part of the path and see if it's an `extern
+Moving a function to a submodule and having some of your code break was not a great
+experience. Now, it will check the first part of the path and see if it's an `extern
219
crate`, and if it is, use it regardless of where you're at in the module hierarchy.
220
221
[nocoloncolon]: https://github.com/rust-lang/rust/pull/54404/
0 commit comments