diff options
| author | 2024-05-10 19:01:06 +0000 | |
|---|---|---|
| committer | 2024-05-10 19:01:06 +0000 | |
| commit | 643cf89c9ba7db71b9bc739caf15651f95f5c394 (patch) | |
| tree | addfa48b5a875b4478ac3ab0a22f6e6a464cbc47 | |
| parent | badb4da1da3726714df154a8119737da977f0b14 (diff) | |
| parent | ad42babc098dcb50c4a0599e1f18c4deca519cdf (diff) | |
Merge "Remove empty doc comment" into main am: ad42babc09
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3081737
Change-Id: Ib31e58de5488c65e96a21f6c7f6940015ef902c9
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/bufferstreams/rust/src/publishers/buffer_pool_publisher.rs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libs/bufferstreams/rust/src/publishers/buffer_pool_publisher.rs b/libs/bufferstreams/rust/src/publishers/buffer_pool_publisher.rs index 846105dacd..c5c1fd37c1 100644 --- a/libs/bufferstreams/rust/src/publishers/buffer_pool_publisher.rs +++ b/libs/bufferstreams/rust/src/publishers/buffer_pool_publisher.rs @@ -12,8 +12,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -//! - use std::time::Instant; use crate::{ |