Skip to content

Commit

Permalink
Be forward compatible with rust-lang/rust#59928
Browse files Browse the repository at this point in the history
  • Loading branch information
Centril authored Apr 30, 2019
1 parent 5cf434b commit a25d4c9
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/ewkb.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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<P>,
PolygonT<P>,
MultiPointT<P>,
MultiLineStringT<P>,
MultiPolygonT<P>,
GeometryCollectionT<P>,
> {
use ewkb::GeometryT as A;
use types::GeometryType as B;
Expand Down

0 comments on commit a25d4c9

Please sign in to comment.