You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/c.rs
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ use super::panic_if_null;
19
19
///
20
20
/// If the C string is not a valid UTF-8 string.
21
21
#[must_use]
22
-
#[inline]
22
+
#[inline]// ATTENTION!: 'a lifetime is needed, does NOT REMOVE it, see commit 5a03be91d2da8909986db7c54650f3a7863a91ff fixing 3a1d15f33e8e418ef6bee2b7b9e096780bd2c8ac
0 commit comments