From e12b1ba8ba17b4a7bddce4effaffca1d3863bb72 Mon Sep 17 00:00:00 2001 From: chansuke Date: Fri, 2 Aug 2019 01:40:02 +0900 Subject: [PATCH] Add colon to `MySuperSliceable` too --- src/exotic-sizes.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/exotic-sizes.md b/src/exotic-sizes.md index 8ca7117..6031988 100644 --- a/src/exotic-sizes.md +++ b/src/exotic-sizes.md @@ -51,7 +51,7 @@ and performing an *unsizing coercion*: ```rust struct MySuperSliceable { info: u32, - data: T + data: T, } fn main() {