From e9936c98b7e93ef147ebc1e6839540353e34d27e Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Tue, 7 Jan 2025 12:30:52 -0800 Subject: [PATCH] FIx CI Signed-off-by: Yury-Fridlyand --- benchmarks/rust/src/main.rs | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/benchmarks/rust/src/main.rs b/benchmarks/rust/src/main.rs index edace91a30..f454928180 100644 --- a/benchmarks/rust/src/main.rs +++ b/benchmarks/rust/src/main.rs @@ -1,6 +1,4 @@ -/** - * Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 - */ +// Copyright Valkey GLIDE Project Contributors - SPDX Identifier: Apache-2.0 #[cfg(not(target_env = "msvc"))] use tikv_jemallocator::Jemalloc;