remove stray markup
This commit is contained in:
parent
b2f0e9c3e6
commit
9ca52b51d7
|
|
@ -12,8 +12,6 @@ it can work across functions and function bodies.
|
||||||
|
|
||||||
To help explain how it works, let's consider an example.
|
To help explain how it works, let's consider an example.
|
||||||
|
|
||||||
###
|
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
mod m {
|
mod m {
|
||||||
pub type Seq<T> = impl IntoIterator<Item = T>;
|
pub type Seq<T> = impl IntoIterator<Item = T>;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue