File tree Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Expand file tree Collapse file tree 3 files changed +4
-1
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"wnfs" : " 0.1.23" ,
3
- "wnfs-bench" : " 0.1.23" ,
4
3
"wnfs-common" : " 0.1.23" ,
5
4
"wnfs-hamt" : " 0.1.23" ,
6
5
"wnfs-nameaccumulator" : " 0.1.23" ,
Original file line number Diff line number Diff line change @@ -331,6 +331,7 @@ impl PrivateDirectory {
331
331
Ok ( SearchResult :: Found ( working_dir) )
332
332
}
333
333
334
+ #[ allow( clippy:: suspicious) ]
334
335
pub ( crate ) async fn get_or_create_leaf_dir_mut < ' a > (
335
336
self : & ' a mut Rc < Self > ,
336
337
path_segments : & [ String ] ,
@@ -618,6 +619,7 @@ impl PrivateDirectory {
618
619
/// Ok(())
619
620
/// }
620
621
/// ```
622
+ #[ allow( clippy:: suspicious) ]
621
623
pub async fn open_file_mut < ' a > (
622
624
self : & ' a mut Rc < Self > ,
623
625
path_segments : & [ String ] ,
@@ -1362,6 +1364,7 @@ impl PrivateDirectoryContent {
1362
1364
///
1363
1365
/// The header cid is required as it's not stored in the PrivateDirectoryContent itself, but
1364
1366
/// stored in the serialized format.
1367
+ #[ allow( clippy:: suspicious) ]
1365
1368
pub ( crate ) async fn store (
1366
1369
& self ,
1367
1370
header_cid : Cid ,
Original file line number Diff line number Diff line change @@ -805,6 +805,7 @@ impl PrivateFileContent {
805
805
) ?)
806
806
}
807
807
808
+ #[ allow( clippy:: suspicious) ]
808
809
pub ( crate ) async fn store (
809
810
& self ,
810
811
header_cid : Cid ,
You can’t perform that action at this time.
0 commit comments