-
-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Left over debug println in proxy implementation should be removed #148
Comments
Just curious if there's a |
I don't think there is a nice way to enable a lint project wide yet. There is the option to add a There is an open issue on this in the main rust project. |
So, I went on a rabbit hole about the status of this issue and I was confused a lot 🥴 Here's what I've found so far (correct me if I'm wrong):
I'm not sure what can be done on the linting side here 😞 But at least, let's remove leftover printing. This can be done 😅 |
I'd like to help with this |
@chshersh I found a way to run clippy any clippy lints.
Edit: I added a few extra garbage |
@MitchellBerend The issue is about removing extra calls and it's now resolved by @jim4067 in #152. Could you open a separate issue about clippy warnings so we don't lose this useful info until we improve our DX? I didn't have the chance to look into it yet 😞 Also, IIUC, it should be enough to put these clippy options only in |
I thought I tried this and it didn't work. I'll look into this though and if I can't get it working ill open a new issue. |
tool-sync/src/infra/client.rs
Lines 27 to 57 in 395b21c
These 2 functions have left over
println
calls from development. These look really weird when syncing a bunch of tools, instead of reusing the first shell linetool
will print outNone
or the proxy passed in and continue to do that until all info is fetched.The text was updated successfully, but these errors were encountered: