uninlined_format_args ignores turbofish #10339
Labels
C-bug
Category: Clippy is not doing the correct thing
I-false-positive
Issue: The lint was triggered on code it shouldn't have
Summary
uninlined_format_args
checks for arguments that are just a simple identifier, but it doesn't seem to see turbofishes 🐟. So, it seesNone::<()>
as inlineable.Reproducer
Input:
Clippy's suggestion, with
#![deny(clippy::uninlined_format_args)]
:Version
Additional Labels
No response
The text was updated successfully, but these errors were encountered: