mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-15 02:04:03 +00:00
Add `#[inline]` to CStr trait implementations Fixes #109674 I noticed other usages of traits on `CStr` weren't being inlined, so also added hints to the other implementations