Skip to content

Commit 4baaf1a

Browse files
Remove extra blank lines.
1 parent 937e6f7 commit 4baaf1a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/expressions/operator-expr.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -488,8 +488,6 @@ casting `*const [u16]` to `*const [u8]` will result in a raw pointer which refer
488488
object of half the size of the original). The same holds for `str` and any compound type
489489
whose unsized tail is a slice type, such as struct `Foo(i32, [u8])` or `(u64, Foo)`.
490490

491-
492-
493491
## Assignment expressions
494492

495493
> **<sup>Syntax</sup>**\

0 commit comments

Comments
 (0)