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 f6e5306 commit 9589ee2Copy full SHA for 9589ee2
src/lib.rs
@@ -48,6 +48,7 @@ pub fn raw<T>(data: T) -> *mut T {
48
since = "0.7.2",
49
note = "Please use the own_back function instead"
50
)]
51
+#[allow(missing_docs)]
52
#[cfg(any(feature = "alloc", feature = "std"))]
53
#[inline]
54
pub unsafe fn free<T>(pointer: *mut T) {
0 commit comments