From 26bd5678b1208de5c752800f739eb08ba8cf0068 Mon Sep 17 00:00:00 2001 From: Michael Mueller Date: Thu, 26 Nov 2020 22:45:20 +0100 Subject: [PATCH] Remove comment --- crates/storage/src/lazy/lazy_array.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/crates/storage/src/lazy/lazy_array.rs b/crates/storage/src/lazy/lazy_array.rs index 055874a2133..3464300dfa5 100644 --- a/crates/storage/src/lazy/lazy_array.rs +++ b/crates/storage/src/lazy/lazy_array.rs @@ -171,7 +171,6 @@ fn array_capacity() -> u32 pub struct EntryArray { /// The cache entries of the entry array. - //entries: GenericArray>>, N>, entries: [CacheCell>>; N], }