From e0377617ea7c48d0b322814e87bc470d5530ec2e Mon Sep 17 00:00:00 2001 From: Zachary S Date: Mon, 8 Jan 2024 22:55:25 -0600 Subject: [PATCH] Fix tidy --- library/alloc/src/sync.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/library/alloc/src/sync.rs b/library/alloc/src/sync.rs index bea385914bd99..3f703b8b2e841 100644 --- a/library/alloc/src/sync.rs +++ b/library/alloc/src/sync.rs @@ -2744,8 +2744,6 @@ impl Weak { (result, alloc) } - - /// Converts a raw pointer previously created by [`into_raw`] back into `Weak` in the provided /// allocator. ///