]> git.lizzy.rs Git - rust.git/commitdiff
Rollup merge of #90288 - JakobDegen:import_diagnostics, r=davidtwco
authorMatthias Krüger <matthias.krueger@famsik.de>
Wed, 27 Oct 2021 16:25:46 +0000 (18:25 +0200)
committerGitHub <noreply@github.com>
Wed, 27 Oct 2021 16:25:46 +0000 (18:25 +0200)
Add hint for people missing `TryFrom`, `TryInto`, `FromIterator` import pre-2021

Adds a hint anytime a `TryFrom`, `TryInto`, `FromIterator` import is suggested noting that these traits are automatically imported in Edition 2021.


Trivial merge