Skip to content

Commit 2b87b31

Browse files
committed
remove stray markup
1 parent 6e1ac9d commit 2b87b31

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/opaque-types-impl-trait-inference.md

-2
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)