This commit is contained in:
2023-08-28 19:05:55 +02:00
parent de454cc372
commit 2c1918d059
2 changed files with 3 additions and 3 deletions
satrs-core/src

@@ -344,7 +344,7 @@ mod alloc_mod {
}
/// Pool implementation providing sub-pools with fixed size memory blocks. More details in
/// the [module documentation][super::pool]
/// the [module documentation][crate::pool]
pub struct LocalPool {
pool_cfg: PoolCfg,
pool: Vec<Vec<u8>>,