]> git.lizzy.rs Git - rust.git/commit - src/tools/miri
Auto merge of #98912 - nrc:provider-it, r=yaahc
authorbors <bors@rust-lang.org>
Tue, 19 Jul 2022 11:28:20 +0000 (11:28 +0000)
committerbors <bors@rust-lang.org>
Tue, 19 Jul 2022 11:28:20 +0000 (11:28 +0000)
commit8bd12e8cca3f28f302b9cc0f1f47bb64bd1f98fd
tree8afbd48ab5dbb9c70cac162a517c7ed912a306f8
parent4603ac31b0655793a82f110f544dc1c6abc57bb7
parent0c72be3e1a6da6f6fc9bab0a63edf780de7d985d
Auto merge of #98912 - nrc:provider-it, r=yaahc

core::any: replace some generic types with impl Trait

This gives a cleaner API since the caller only specifies the concrete type they usually want to.

r? `@yaahc`