PistonDevelopers / interpolation

A library for interpolation
MIT License
36 stars 9 forks source link

Remove unnecessary casts like `<Self as Spatial>::Scalar` #37

Closed zummenix closed 9 years ago

zummenix commented 9 years ago

https://github.com/PistonDevelopers/interpolation/blob/feccc5ae5d2f52df42a3496fd180a0dc2fda50b7/src/spatial.rs#L13 As I understand we can remove it safely? Just leave Self::Scalar

bvssvni commented 9 years ago

Yeah, this was probably before Rust got that feature.