rust/library/core
AngelicosPhosphoros 756d163741 Add #[inline] modifier to TypeId::of
It was already inlined but it happened only in 4th InlinerPass on my testcase.
With `#[inline]` modifier it happens on 2nd pass.

Closes #74362
2021-12-20 23:08:57 +03:00
..
benches Auto merge of #88788 - falk-hueffner:speedup-int-log10-branchless, r=joshtriplett 2021-10-12 03:18:54 +00:00
primitive_docs Add primitive documentation to libcore 2021-09-12 02:23:08 +00:00
src Add #[inline] modifier to TypeId::of 2021-12-20 23:08:57 +03:00
tests Auto merge of #92062 - matthiaskrgr:rollup-en3p4sb, r=matthiaskrgr 2021-12-18 10:20:24 +00:00
Cargo.toml rfc3052: Remove authors field from Cargo manifests 2021-07-29 14:56:05 -07:00