Skip to content

Commit e0c915a

Browse files
committed
remove stray markup
1 parent 90159ae commit e0c915a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/doc/rustc-dev-guide/src/opaque-types-impl-trait-inference.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,6 @@ it can work across functions and function bodies.
1212

1313
To help explain how it works, let's consider an example.
1414

15-
###
16-
1715
```rust
1816
mod m {
1917
pub type Seq<T> = impl IntoIterator<Item = T>;

0 commit comments

Comments
 (0)