We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e1ac9d commit 2b87b31Copy full SHA for 2b87b31
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