Skip to content

Commit 9589ee2

Browse files
committed
chore: Allow does NOT doc free as it is obvious because its name
1 parent f6e5306 commit 9589ee2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ pub fn raw<T>(data: T) -> *mut T {
4848
since = "0.7.2",
4949
note = "Please use the own_back function instead"
5050
)]
51+
#[allow(missing_docs)]
5152
#[cfg(any(feature = "alloc", feature = "std"))]
5253
#[inline]
5354
pub unsafe fn free<T>(pointer: *mut T) {

0 commit comments

Comments
 (0)