refactor(tvix/store): impl Default for MemoryDirectoryService
Change-Id: Ie75a1e67c8c0499ff10f60d90251b768937dad3a Reviewed-on: https://cl.tvl.fyi/c/depot/+/8235 Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Autosubmit: flokli <flokli@flokli.de>
This commit is contained in:
parent
8e97c0deb0
commit
e716bd0957
2 changed files with 2 additions and 10 deletions
|
|
@ -14,7 +14,7 @@ pub fn gen_chunk_service() -> impl ChunkService + Clone {
|
|||
}
|
||||
|
||||
pub fn gen_directory_service() -> impl DirectoryService + Send + Sync + Clone + 'static {
|
||||
MemoryDirectoryService::new()
|
||||
MemoryDirectoryService::default()
|
||||
}
|
||||
|
||||
pub fn gen_pathinfo_service() -> impl PathInfoService {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue