pingcap / talent-plan

open source training courses about distributed database and distributed systems
https://tidb.io/talent-plan
10.19k stars 1.32k forks source link

courses/dss: fix clippy #409

Closed mu001999 closed 6 months ago

mu001999 commented 2 years ago

What problem does this PR solve?

What is changed and how it works?

E.g., the parameter client_name of type &str is passed to the other function by client_name instead of &client_name now.

Check List

Tests