ptr_arg with Path(Buf): owned Path
can't be be pop'ed
#6509
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
In this code
clippy will suggest to use
Path
instead:but this is wrong because
Path
can't be.pop()
ed.cc #6506
cc @alex-700
The text was updated successfully, but these errors were encountered: