Skip to content

Commit 2d288a3

Browse files
committed
remove reference in use.md
1 parent 7649cd7 commit 2d288a3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/mod/use.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ The `use` declaration can be used to bind a full path to a new name, for easier
44
access. It is often used like this:
55

66
```rust,editable,ignore
7-
// extern crate deeply; // May be required for Rust edition 2015 or earlier.
8-
97
use crate::deeply::nested::{
108
my_first_function,
119
my_second_function,

0 commit comments

Comments
 (0)