We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Given a cargo +nightly clippy on the following:
cargo +nightly clippy
#[derive(Copy, Clone)] struct Foo(bool); impl Into<(Foo, Foo)> for Foo { fn into(self) -> (Foo, Foo) { (self, self) } } fn main() {}
The current output is:
In line 6, (val, val) the second highlight is misaligned, it's highlighted at (val, v~al)~
(val, val)
(val, v~al)~