From 2f78ca72ebfeb0c73efd69244f4a7c8dd79073a0 Mon Sep 17 00:00:00 2001 From: Marcel Hlopko Date: Thu, 4 May 2023 05:08:08 -0700 Subject: [PATCH] Delete unnecessary TODO We don't use todos to remind us that V0 needs to be replaced with V1. PiperOrigin-RevId: 529377437 --- rust/cpp_kernel/cpp.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/rust/cpp_kernel/cpp.rs b/rust/cpp_kernel/cpp.rs index ab315516d3..64e202b74e 100644 --- a/rust/cpp_kernel/cpp.rs +++ b/rust/cpp_kernel/cpp.rs @@ -50,8 +50,6 @@ use std::slice; /// dropped. /// /// Note that this type is neither `Sync` nor `Send`. -/// -/// TODO(b/272728844): Replace this placeholder code with a real implementation. pub struct Arena { ptr: NonNull, _not_sync: PhantomData>,