mclang / kiho-wt-puncher

Rust CLI app to make Kiho worktime login/logout punches using Kiho API
GNU General Public License v3.0
1 stars 0 forks source link

Check that borrowed types are used for arguments #4

Open mclang opened 1 week ago

mclang commented 1 week ago

Problem

Additional layer of indirection is bad.

Solution

Check that there is no &Vec/&String/&Box used (function parameters):