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 7649cd7 commit 2d288a3Copy full SHA for 2d288a3
src/mod/use.md
@@ -4,8 +4,6 @@ The `use` declaration can be used to bind a full path to a new name, for easier
4
access. It is often used like this:
5
6
```rust,editable,ignore
7
-// extern crate deeply; // May be required for Rust edition 2015 or earlier.
8
-
9
use crate::deeply::nested::{
10
my_first_function,
11
my_second_function,
0 commit comments