Skip to content

Commit ff21dd4

Browse files
authored
Merge pull request #1215 from yous/mod-use
Make `use` example runnable
2 parents 0571229 + d33aa57 commit ff21dd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/mod/use.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ fn main() {
1919

2020
You can use the `as` keyword to bind imports to a different name:
2121

22-
```rust,editable,ignore
22+
```rust,editable
2323
// Bind the `deeply::nested::function` path to `other_function`.
2424
use deeply::nested::function as other_function;
2525

0 commit comments

Comments
 (0)