Skip to content

Commit 28bde5b

Browse files
udoprogRalfJung
andauthored
Update src/expressions/operator-expr.md
Co-authored-by: Ralf Jung <[email protected]>
1 parent 7c2ddff commit 28bde5b

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
@@ -495,8 +495,6 @@ assert_eq!(values[1], 3);
495495
- If `T` is unsized and `U` is sized, the cast discards all metadata that
496496
completes the wide pointer `T` and produces a thin pointer `U` consisting
497497
of the data part of the unsized pointer.
498-
- Otherwise a cast from `T` to `U` produces a value identical to the original
499-
pointer.
500498

501499
## Assignment expressions
502500

0 commit comments

Comments
 (0)