From イェンス to ~mgmarlow/public-inbox
Just tested your branch, works great! Graham Marlow <graham@mgmarlow.com> writes: > I went ahead and made a few edits myself. Would you mind testing them > out to see if it works for you? The new defcustom is named > flymake-clippy-bin-args. > > Once verified I'll push up a new version. > > --- > > Introduce a new defcustom for providing arguments to the cargo clippy > binary.
From イェンス to ~mgmarlow/public-inbox
Graham Marlow <graham@mgmarlow.com> writes: >> Hi! I added a variable to be able to pass arguments to the clippy command and I thought it might be useful for others as well :) > > Hello! Thanks for the contribution. I think this is a great feature. > >> flymake-clippy.el | 8 +++++++- >> 1 file changed, 7 insertions(+), 1 deletion(-) >> diff --git a/flymake-clippy.el b/flymake-clippy.el >> index e9dfffc..1599896 100644 >> --- a/flymake-clippy.el >> +++ b/flymake-clippy.el >> @@ -65,6 +65,11 @@