This commit is contained in:
Vlad Lazar
2025-05-08 15:14:07 +02:00
parent 20788f0732
commit bb8508a84e

View File

@@ -115,7 +115,7 @@ const MAX_SUPPORTED_BLOB_LEN_BITS: usize = {
trailing_ones
};
/// See [`InMemoryLayerInner::index`].
/// See [`InMemoryLayer::index`].
///
/// For memory efficiency, the data is packed into a u64.
///