From a25d4c9b38102786f8670916695a4588acbf4dda Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Tue, 30 Apr 2019 14:15:20 +0200 Subject: [PATCH] Be forward compatible with rust-lang/rust#59928 --- src/ewkb.rs | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/ewkb.rs b/src/ewkb.rs index ee85931..e4a5a11 100644 --- a/src/ewkb.rs +++ b/src/ewkb.rs @@ -863,13 +863,13 @@ where &'a self, ) -> postgis::GeometryType< 'a, - Self::Point, - Self::LineString, - Self::Polygon, - Self::MultiPoint, - Self::MultiLineString, - Self::MultiPolygon, - Self::GeometryCollection, + P, + LineStringT

, + PolygonT

, + MultiPointT

, + MultiLineStringT

, + MultiPolygonT

, + GeometryCollectionT

, > { use ewkb::GeometryT as A; use types::GeometryType as B;