From 80604b471d1c8d8d00321d93744446d59c686735 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Thu, 20 Aug 2015 21:17:20 +0200 Subject: [PATCH] nomicon: use current syntax --- coercions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coercions.md b/coercions.md index 2e33a67..1d2897c 100644 --- a/coercions.md +++ b/coercions.md @@ -22,7 +22,7 @@ Coercion is allowed between the following types: for all pointer types (including smart pointers like Box and Rc). Unsize is only implemented automatically, and enables the following transformations: -* `[T, ..n]` => `[T]` +* `[T; n]` => `[T]` * `T` => `Trait` where `T: Trait` * `Foo<..., T, ...>` => `Foo<..., U, ...>` where: * `T: Unsize`