FN redundant_clone #5303
Labels
C-enhancement
Category: Enhancement of lints, like adding more cases or adding help messages
E-hard
Call for participation: This a hard problem and requires more experience or effort to work on
L-perf
Lint: Belongs in the perf lint group
In this example
let y = x.clone().join("matthias");
could just belet y = x.join("matthias");
The text was updated successfully, but these errors were encountered: