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 b2f0e9c commit 9ca52b5Copy full SHA for 9ca52b5
src/opaque-types-impl-trait-inference.md
@@ -12,8 +12,6 @@ it can work across functions and function bodies.
12
13
To help explain how it works, let's consider an example.
14
15
-###
16
-
17
```rust
18
mod m {
19
pub type Seq<T> = impl IntoIterator<Item = T>;
0 commit comments