Skip to content

Commit ad09bb0

Browse files
authored
Remove extra blank lines.
1 parent b321771 commit ad09bb0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/expressions/operator-expr.md

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