AspectUnk / russh-sftp

SFTP subsystem supported server and client for Russh
Apache License 2.0
62 stars 21 forks source link

chore: fix clippy lints and add some documentation #23

Closed simonsan closed 4 months ago

simonsan commented 6 months ago

Should be rebased on #22 first, so we have CI and see what is going on.

There are some issues:

AspectUnk commented 4 months ago

Sorry, but I can't merge this because I don't see the point in most of the changes to the settings and implementations. I'm completely satisfied with the standard lint and clippy settings. Also, adding Send to generic types with Into<String> is not required, since internally it is converted to String which has an automatic Send implementation.

You can make a PR without the aforementioned changes, leaving only the changed fmt and etc. and then I will merge it. Thank you