]> git.lizzy.rs Git - rust.git/commit
Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc
authorbors <bors@rust-lang.org>
Mon, 6 Feb 2023 09:09:09 +0000 (09:09 +0000)
committerbors <bors@rust-lang.org>
Mon, 6 Feb 2023 09:09:09 +0000 (09:09 +0000)
commite7813fee92c56621d08e8dbe83948d9f4a30a9ec
treef07bd5c8056083c1086c3057c19917c960208999
parent0c13c172507f01d921808107d2c4ec37b43b982d
parent635ff8e2a8ee1acc3bc5144606d9d12f9ac62d98
Auto merge of #107667 - cjgillot:no-on-hit, r=lcnr,Zoxc

Remove `OnHit` callback from query caches.

This is not useful now that query results are `Copy`.