Skip to content

Commit

Permalink
post-rebase shenaniganeries
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 14, 2023
1 parent db7bb92 commit 6f26758
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/re_data_source/src/data_loader/loader_directory.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ impl crate::DataLoader for DirectoryLoader {
}

#[cfg(not(target_arch = "wasm32"))]
fn load_from_file(
fn load_from_path(
&self,
store_id: re_log_types::StoreId,
dirpath: std::path::PathBuf,
Expand Down Expand Up @@ -62,7 +62,7 @@ impl crate::DataLoader for DirectoryLoader {
}

#[inline]
fn load_from_file_contents(
fn load_from_path_contents(
&self,
_store_id: re_log_types::StoreId,
_path: std::path::PathBuf,
Expand Down

0 comments on commit 6f26758

Please sign in to comment.