We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent adecd1d commit b335526Copy full SHA for b335526
src/lib.rs
@@ -59,7 +59,7 @@ pub fn raw<T>(data: T) -> *mut T {
59
/// See [`own_back<T>()`] reference doc.
60
#[deprecated(since = "0.7.2", note = "Use own_back<T>() instead")]
61
#[cfg(any(feature = "alloc", feature = "std"))]
62
-#[inline(always)]
+#[inline]
63
pub unsafe fn free<T>(pointer: *mut T) {
64
std::mem::drop(own_back(pointer))
65
}
0 commit comments