GuillaumeGomez / rust-GSL

A GSL (the GNU Scientific Library) binding for Rust
190 stars 46 forks source link

remove bug causing - unnessesary alias #96

Closed Pardoxa closed 3 years ago

Pardoxa commented 3 years ago

I removed the aliases, which were the same as the function name, because they prevented compiling under Rust 1.51 and above.

GuillaumeGomez commented 3 years ago

Sorry, I didn't see that you opened a PR already. Actually, the right fix is this one: https://github.com/GuillaumeGomez/rust-GSL/pull/97/commits/51c68c90e8a2f516b78bbe0da107728fe289d603

You can see it in #97 alongside some small improvements.

Thanks for the PR in any case!