Skip to content

Commit 6f26758

Browse files
committed
post-rebase shenaniganeries
1 parent db7bb92 commit 6f26758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/re_data_source/src/data_loader/loader_directory.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ impl crate::DataLoader for DirectoryLoader {
1010
}
1111

1212
#[cfg(not(target_arch = "wasm32"))]
13-
fn load_from_file(
13+
fn load_from_path(
1414
&self,
1515
store_id: re_log_types::StoreId,
1616
dirpath: std::path::PathBuf,
@@ -62,7 +62,7 @@ impl crate::DataLoader for DirectoryLoader {
6262
}
6363

6464
#[inline]
65-
fn load_from_file_contents(
65+
fn load_from_path_contents(
6666
&self,
6767
_store_id: re_log_types::StoreId,
6868
_path: std::path::PathBuf,

0 commit comments

Comments
 (0)