We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c2ddff commit 28bde5bCopy full SHA for 28bde5b
src/expressions/operator-expr.md
@@ -495,8 +495,6 @@ assert_eq!(values[1], 3);
495
- If `T` is unsized and `U` is sized, the cast discards all metadata that
496
completes the wide pointer `T` and produces a thin pointer `U` consisting
497
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.
500
501
## Assignment expressions
502
0 commit comments