Skip to content

Commit

Permalink
progress
Browse files Browse the repository at this point in the history
  • Loading branch information
frewsxcv committed Jun 21, 2018
1 parent f99f180 commit d621246
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion geo-types/src/line_string.rs
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ use {Coordinate, CoordinateType, Line, Point};
/// }
/// ```
///
// TODO: don't expose this within the module
#[derive(PartialEq, Clone, Debug)]
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
pub struct LineString<T>(pub Vec<Coordinate<T>>)
Expand Down

0 comments on commit d621246

Please sign in to comment.