Skip to content

Commit

Permalink
Update src/expressions/operator-expr.md
Browse files Browse the repository at this point in the history
Co-authored-by: Ralf Jung <post@ralfj.de>
  • Loading branch information
udoprog and RalfJung committed Jan 26, 2024
1 parent 7c2ddff commit 28bde5b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/expressions/operator-expr.md
Original file line number Diff line number Diff line change
Expand Up @@ -495,8 +495,6 @@ assert_eq!(values[1], 3);
- If `T` is unsized and `U` is sized, the cast discards all metadata that
completes the wide pointer `T` and produces a thin pointer `U` consisting
of the data part of the unsized pointer.
- Otherwise a cast from `T` to `U` produces a value identical to the original
pointer.

## Assignment expressions

Expand Down

0 comments on commit 28bde5b

Please sign in to comment.