Skip to content

Commit f2b7528

Browse files
committed
one more
1 parent 7fdf631 commit f2b7528

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_posts/2018-10-25-Rust-1.30.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -214,8 +214,8 @@ mod foo {
214214
}
215215
```
216216

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
217+
Moving a function to a submodule and having some of your code break was not a great
218+
experience. Now, it will check the first part of the path and see if it's an `extern
219219
crate`, and if it is, use it regardless of where you're at in the module hierarchy.
220220

221221
[nocoloncolon]: https://github.com./rust-lang/rust/pull/54404/

0 commit comments

Comments
 (0)