cmp_owned
provides a confusing suggestion
#8103
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
Description
Example:
Why does clippy suggest changing
"hello".to_owned()
into*"hello"
instead of"hello"
?This created confusion for beginners because dereferencing a string literal isn't something you normally do.
Version
Additional Labels
@rustbot label +C-enhancement
The text was updated successfully, but these errors were encountered: