Skip to content

Commit

Permalink
refactor(ci): remove extraneous doc comment (#5185)
Browse files Browse the repository at this point in the history
Replace doc comment with plain comment.
  • Loading branch information
overlookmotel committed Aug 25, 2024
1 parent 543cad6 commit 666282a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/benchmark/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ static GLOBAL: NeverGrowInPlaceAllocator = NeverGrowInPlaceAllocator;
/// This behavior is consistent and predictable, and therefore stabilizes benchmark results.
pub struct NeverGrowInPlaceAllocator;

/// SAFETY: Methods simply delegate to `System` allocator
// SAFETY: Methods simply delegate to `System` allocator
#[allow(unsafe_code, clippy::undocumented_unsafe_blocks)]
unsafe impl GlobalAlloc for NeverGrowInPlaceAllocator {
unsafe fn alloc(&self, layout: Layout) -> *mut u8 {
Expand Down

0 comments on commit 666282a

Please sign in to comment.