We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b4bf56c commit ea0a31fCopy full SHA for ea0a31f
compiler/rustc_data_structures/src/small_c_str.rs
@@ -62,6 +62,7 @@ impl SmallCStr {
62
impl Deref for SmallCStr {
63
type Target = ffi::CStr;
64
65
+ #[inline]
66
fn deref(&self) -> &ffi::CStr {
67
self.as_c_str()
68
}
0 commit comments