remove stray markup

This commit is contained in:
Tshepang Mbambo 2022-07-18 07:17:36 +02:00
parent b2f0e9c3e6
commit 9ca52b51d7
1 changed files with 0 additions and 2 deletions

View File

@ -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>;