False positives selecting system allocator #2373
Labels
C-bug
Category: Clippy is not doing the correct thing
good-first-issue
These issues are a good way to get started with Clippy
I-false-positive
Issue: The lint was triggered on code it shouldn't have
T-macros
Type: Issues with macros and macro expansion
The current most recent (I hope) unstable way to select the system allocator is:
It produces the following warnings that are nonsensical in the given context:
If this select-the-allocator API is to be stabilized eventually, these should be fixed.
The text was updated successfully, but these errors were encountered: