Conversation
|
The I'd be in favour of consistency (right now, we have a mix of both), but it would make sense to move toward not doing this instead if that's the case. |
|
I haven’t seen any evidence of increased code bloat in the LLVM IR, when I checked on Godbolt (https://godbolt.org/z/PMKPfWWje) the generated code looked the same with and without |
|
Right, the specific instances where code bloat was a concern was due to closures, which isn't a concern here. I think in that case it'd be reasonable to try and include some of the not-default but still useful pointer lints for clippy, to help ensure consistency. |
|
In this case there is basically no bloat because the |
No description provided.