]> git.lizzy.rs Git - rust.git/commit
Auto merge of #84174 - camsteffen:slice-diag, r=Mark-Simulacrum
authorbors <bors@rust-lang.org>
Mon, 26 Apr 2021 17:16:03 +0000 (17:16 +0000)
committerbors <bors@rust-lang.org>
Mon, 26 Apr 2021 17:16:03 +0000 (17:16 +0000)
commitae54ee650750f8d84492e61f09e22051ec41b763
tree9f6775751664365804180f8c4fe7937a28ce1b98
parent154858c4308d771e29ad90057bf199867c271d09
parentb31903180845cc78ced2ea798b1c284f8f42766c
Auto merge of #84174 - camsteffen:slice-diag, r=Mark-Simulacrum

Remove slice diagnostic item

...because it is unusally placed on an impl and is redundant with a lang item.

Depends on rust-lang/rust-clippy#7074 (next clippy sync). ~I expect clippy tests to fail in the meantime.~ Nope tests passed...

CC `@flip1995`