manual: remove 'trivial cast', it's an unused definition.

This commit is contained in:
Graydon Hoare 2012-10-11 14:18:25 -07:00
parent 1d47c0a830
commit 44f8a8ec5a

View File

@ -1780,11 +1780,6 @@ fn avg(v: ~[float]) -> float {
}
~~~~
A cast is a *trivial cast* iff the type of the casted expression and the
target type are identical after replacing all occurrences of `int`, `uint`,
`float` with their machine type equivalents of the target architecture in both
types.
#### Binary move expressions