Closed zummenix closed 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
Self::Scalar
Yeah, this was probably before Rust got that feature.
https://github.com/PistonDevelopers/interpolation/blob/feccc5ae5d2f52df42a3496fd180a0dc2fda50b7/src/spatial.rs#L13 As I understand we can remove it safely? Just leave
Self::Scalar