From ddc401e0bf4f972bc2916601797d12bb97c5f1dc Mon Sep 17 00:00:00 2001 From: pravic Date: Mon, 6 Jun 2016 23:05:39 +0300 Subject: update to 2016-06-06 --- librustc_unicode/u_str.rs | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'librustc_unicode/u_str.rs') diff --git a/librustc_unicode/u_str.rs b/librustc_unicode/u_str.rs index 18734a6..0bac44b 100644 --- a/librustc_unicode/u_str.rs +++ b/librustc_unicode/u_str.rs @@ -144,7 +144,9 @@ impl Utf16Encoder { } } -impl Iterator for Utf16Encoder where I: Iterator { +impl Iterator for Utf16Encoder + where I: Iterator +{ type Item = u16; #[inline] -- cgit v1.2.3