Skip to content

Commit 0719a1f

Browse files
GeeFHavvy
authored andcommitted
remove sentence
1 parent 81a429d commit 0719a1f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/items/use-declarations.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,8 @@ default. Also like items, a `use` declaration can be public, if qualified by
6060
the `pub` keyword. Such a `use` declaration serves to _re-export_ a name. A
6161
public `use` declaration can therefore _redirect_ some public name to a
6262
different target definition: even a definition with a private canonical path,
63-
inside a different module. This allows to present an external interface to a
64-
user of the crate that is different from the internal organization of the code.
65-
If a sequence of such redirections form a cycle or cannot be resolved unambiguously,
66-
they represent a compile-time error.
63+
inside a different module. If a sequence of such redirections form a cycle or
64+
cannot be resolved unambiguously, they represent a compile-time error.
6765

6866
An example of re-exporting:
6967

0 commit comments

Comments
 (0)