Skip to content

Commit

Permalink
Merge #386
Browse files Browse the repository at this point in the history
386: Remove stray semicolon r=urschrei a=Mark-Simulacrum

This semicolon is currently silently ignored, but we may be changing that in the future.

cc rust-lang/rust#64284

Co-authored-by: Mark Rousskov <mark.simulacrum@gmail.com>
  • Loading branch information
bors[bot] and Mark-Simulacrum committed Oct 4, 2019
2 parents cf69a57 + 60a0451 commit d4d35df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geo/src/algorithm/test_fixtures/poly1.rs
Original file line number Diff line number Diff line change
Expand Up @@ -103,4 +103,4 @@ vec![
(-158.47293006129595, 61.12284789161923),
(-150.3871025524086, 66.37789008984335),
(-75.57274028771249, 110.01960141091608)
];
]

0 comments on commit d4d35df

Please sign in to comment.