mirror of
https://github.com/OMGeeky/drive_syncer.git
synced 2026-01-01 09:19:56 +01:00
remove visual syntax error (build worked before, but it was annoying in the editor)
This commit is contained in:
@@ -152,10 +152,9 @@ impl DriveFilesystem {
|
||||
async fn add_dir_entry(
|
||||
&mut self,
|
||||
folder_path: &Path,
|
||||
parent_ino: impl Into<Inode> + Send + 'async_recursion,
|
||||
parent_ino: Inode,
|
||||
skip_self: bool,
|
||||
) -> Result<()> {
|
||||
let parent_ino: Inode = parent_ino.into();
|
||||
let ino;
|
||||
debug!(
|
||||
"add_dir_entry: {:?}; parent: {}; skip_self: {} ",
|
||||
|
||||
Reference in New Issue
Block a user