mirror of
https://github.com/torvalds/linux.git
synced 2026-09-23 22:14:03 +02:00
Currently `pin-init` crate is missing many inline annotations. They are all generic so still get inlined in normal builds, but are not inlined in `-C opt-level=s` build. Mark these functions as `#[inline]` so they are considered for inlining regardless. Signed-off-by: Gary Guo <gary@garyguo.net> |
||
|---|---|---|
| .. | ||
| diagnostics.rs | ||
| init.rs | ||
| lib.rs | ||
| pin_data.rs | ||
| pinned_drop.rs | ||
| zeroable.rs | ||