From 77ef242ecb1a01565643a489e8550c603b79ddc2 Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Tue, 30 Apr 2019 14:09:37 +0200 Subject: [PATCH] Be forward compatible with rust-lang/rust#59928 --- src/unordered.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/unordered.rs b/src/unordered.rs index 77bc23b..bd48cbd 100644 --- a/src/unordered.rs +++ b/src/unordered.rs @@ -193,5 +193,5 @@ impl ResultTrait for Result { type Err = E; #[inline] - fn result(self) -> Result { self } -} \ No newline at end of file + fn result(self) -> Result { self } +}