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.
use
1 parent 0571229 commit d33aa57Copy full SHA for d33aa57
src/mod/use.md
@@ -19,7 +19,7 @@ fn main() {
19
20
You can use the `as` keyword to bind imports to a different name:
21
22
-```rust,editable,ignore
+```rust,editable
23
// Bind the `deeply::nested::function` path to `other_function`.
24
use deeply::nested::function as other_function;
25
0 commit comments