Philipp Krones
Philipp Krones
Hey, Clippy maintainer here. You shouldn't enable the `restriction` group as a whole. Clippy will even emit a warning if you do so. This is because lints in this group...
Aren't those flags completely handled by cargo? I seem to remember that we had this discussion before in the cargo repo. I think it was in the context of making...
I don't think we should do this in Clippy/rustc. We would have to go through every lint with a suggestion, determine if it could be triggered in multiline spans and...
> The problem is that MaybeIncorrect is often not stuff that is incorrect because it won't compile, it's incorrect because it changed the semantics of the program in a way...
> Maybe instead we could add a "incorrect reason" field. That also sounds reasonable to me. (Edit: no pun intended) > or apply them using a "pick and choose" mode...
A Clippy contributor also [just hit this issue](https://rust-lang.zulipchat.com/#narrow/stream/257328-clippy/topic/Weird.20error.20while.20executing.20.60cargo.20uitest.60/near/254495336), where their ``~/.cargo/config`` file overrides the Clippy ``.cargo/config`` file, where we define ``rustflags``. I can see the overriding the ``build.rustflags`` with the...
I'm curious: Is there a programming language where `x^y` means "raise `x` to the power of `y`"? Since writing `2^31` is totally valid rust code and whether it is correct...
LGTM. Will merge after the next sync.
Huh. Forgot about it. Can you rebase and then r+ yourself, if CI passes?
@bors r+