Skip to content

Commit

Permalink
Remove comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi committed Nov 26, 2020
1 parent 41b6294 commit 26bd567
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion crates/storage/src/lazy/lazy_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,6 @@ fn array_capacity<T, const N: usize>() -> u32
pub struct EntryArray<T, const N: usize>
{
/// The cache entries of the entry array.
//entries: GenericArray<CacheCell<Option<StorageEntry<T>>>, N>,
entries: [CacheCell<Option<StorageEntry<T>>>; N],
}

Expand Down

0 comments on commit 26bd567

Please sign in to comment.