Re-add redundant clone (#36652)

Although I said I'd do this, I actually didn't...

Updates #36651

Release Notes:

- N/A
This commit is contained in:
Conrad Irwin 2025-08-20 21:08:49 -06:00 committed by GitHub
parent 4b03d791b5
commit c731bb6d91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -802,6 +802,9 @@ unexpected_cfgs = { level = "allow" }
dbg_macro = "deny"
todo = "deny"
# trying this out
redundant_clone = "deny"
# We currently do not restrict any style rules
# as it slows down shipping code to Zed.
#