simd: reduce pub functions visibility#182
Conversation
This tweaks all SIMD `pub` functions, moving them to `pub(crate)` instead.
|
What's the broader rationale ? Wouldn't this "violate" redundant_pub_crate ? |
|
FWIW, I am not convinced by the description at the clippy lint at all.
There's nothing misleading about it. It doesn't cause any harm. |
You could say it doesn't "harm", but in this instance it doesn't solve or address anything either ... I'd argue it's somewhat a responsibility leak... Do we care about inner interface visibility much or predominantly the one exposed by |
|
Apologies, I should've added some breadcrumbs upfront; I've update the PR description with some refs now. I think this I can't speak for the clippy lint, however I did notice that it is in |
This tweaks all SIMD
pubfunctions, moving them topub(crate)instead.Refs: