Skip to content

Commit

Permalink
Merge pull request #118 from stephaneyfx/master
Browse files Browse the repository at this point in the history
Fix extern crate alias example for anchored paths
  • Loading branch information
steveklabnik committed Oct 31, 2018
2 parents 948060e + 0348334 commit b16de5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rust-2018/module-system/path-clarity.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ then removing the `extern crate` line on its own won't work. You'll need to do t
```rust,ignore
use futures as f;
use f::Future;
use self::f::Future;
```

This change will need to happen in any module that uses `f`.
Expand Down

0 comments on commit b16de5d

Please sign in to comment.