From 44f8a8ec5ac85eb396ba2069752cb4d031d9e867 Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Thu, 11 Oct 2012 14:18:25 -0700 Subject: [PATCH] manual: remove 'trivial cast', it's an unused definition. --- doc/rust.md | 5 ----- 1 file changed, 5 deletions(-) diff --git a/doc/rust.md b/doc/rust.md index 32830978de0..245eaf46ad8 100644 --- a/doc/rust.md +++ b/doc/rust.md @@ -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