Joel Nises
Joel Nises
https://github.com/Enselic/cargo-public-api/pull/147 seems to do the same thing as my workaround. So that should fix my issue :)
I'm getting warnings that I don't have unsafe in my unsafe functions. But clippy warnings when I do have unsafe in my unsafe functions. Which way to we want it?
> > I'm getting warnings that I don't have unsafe in my unsafe functions. But clippy warnings when I do have unsafe in my unsafe functions. > > for our...
I removed the unnecessary unsafe.
Now I've redone the code to expose the unsafe api instead. And let the user of the library handle allocation and cleanup of resources. This should hopefully be closer to...
Any news on this? I seem to be running into the same issue.