Auto merge of #109357 - saethlin:inline-as-deref, r=thomcc

Add #[inline] to as_deref

While working on https://github.com/rust-lang/rust/pull/109247 I found an `as_deref` call in the compiler that should have been inlined. This fixes the missing inlining (but doesn't address the perf issues I was chasing).

r? `@thomcc`
This commit is contained in:
bors 2023-03-26 18:32:17 +00:00
commit 0aec910c9c

Diff content is not available