dswij
dswij
I think you can [tell git which refs you would like to push/not-push](https://git-scm.com/docs/git-config#Documentation/git-config.txt-remoteltnamegtpush) with `remote..push`. So I assume it's something like `git config --add remote.origin.push '^refs/heads/dura/*'`. Important note is that...
> Clippy's defaults are usually too annoying @seanmonstar that's unfortunate to hear. Is there a specific lint that comes to mind, or is it the false positives in general?
I believe this is because when we make the suggestion, we use only the span of `return`. The spaces before it are outside of said span, and thus will be...
@kraktus FYI, I've recently added a test for Derive macro FP [here](https://github.com/rust-lang/rust-clippy/pull/9043). Maybe we can do something similar?
Just one comment, though, @nahuakang can you help to write the `changelog` field in the PR description
Actually @nahuakang, I found a discussion for this very issue https://github.com/rust-lang/rust-clippy/pull/7777 - and it's unresolved yet. Apologies for just finding this out after you made this PR 😟
> @dswij No problem :) Thanks for finding it out. So what's the status for either PR? Should I close mine in favor of the other or adjust something? Seems...
> I don't know if every new lint needs to go in nursery first. There's no requirement to go to nursery first. I'll try to run this on the most...
I ran this on 900 most popular crates. [Here's the result](https://gist.github.com/dswij/2d6be62da2fe4e1b5fd8bfae3ad1ce9e). At first glance, it seems to work as expected. I'll try taking a look further when time hopefully allows