andrewdavidmackenzie / flow

Exploration of a data-flow programming paradigm
MIT License
27 stars 2 forks source link

fix_new_clippies #2176

Closed andrewdavidmackenzie closed 7 months ago

andrewdavidmackenzie commented 7 months ago

A new clippy was introduced related to inefficiencies in cloning - this fixes all the instances it flags

codecov[bot] commented 7 months ago

Codecov Report

Attention: Patch coverage is 83.33333% with 2 lines in your changes are missing coverage. Please review.

Project coverage is 88%. Comparing base (44bcf00) to head (8c25f89).

Files Patch % Lines
flowr/src/bin/flowrcli/cli/cli_debug_client.rs 0% 1 Missing :warning:
flowr/src/bin/flowrgui/gui/debug_client.rs 0% 1 Missing :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2176 +/- ## ====================================== Coverage 88% 88% ====================================== Files 151 151 Lines 18265 18265 ====================================== Hits 16052 16052 Misses 2213 2213 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.