Fridtjof Stoldt

Results 94 comments of Fridtjof Stoldt

Thank you for the quick response @hecrj. I was hoping that to hear something like that :). Just out of interest what is the current state on the implementation? Have...

The CI will fail, until the `#[feature(lint_reasons)]` has been stabilized in rustc. Everything else should be ready :upside_down_face:

Hello, I'm currently working on [marker](https://github.com/rust-marker/marker) (formally [rust-linting](https://github.com/rust-linting/rust-linting)) where I try to create a stable driver independent linting interface for Rust. The IR will be based on the Rust Reference,...

Will the *list of notified organizations* be a shared publicly? From the public applications it's already possible to determine which organisations are on the list. Having this list public would...

Hey @akshay1992kalbhor, thank you for investigating this issue further. Your suggestion to fix the bug sounds like the correct one, so go for it! :upside_down_face:

Yes, one PR should cover all related changes. In clippy this can often look like a lot of changes due to the test files, but that's totally fine :).

Oh, and we should probably add a big disclaimer to the changelog :)

There have been multiple discussions about it on Zulip and in PRs (See https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/removing.20if_chain.20dependency/near/292061902). The consensus is, that we want to move to `if let chains` but until rustfmt supports...