manual: remove 'trivial cast', it's an unused definition.
This commit is contained in:
parent
1d47c0a830
commit
44f8a8ec5a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user