Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
teh-cmc committed Dec 15, 2023
1 parent 643b912 commit bae6752
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions crates/re_data_source/src/data_loader/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ use re_log_types::{ArrowMsg, DataRow, LogMsg};
/// - [`ArchetypeLoader`] for:
/// - [3D models]
/// - [Images]
/// - [Text files]
///
/// ## Execution
///
Expand All @@ -38,6 +39,7 @@ use re_log_types::{ArrowMsg, DataRow, LogMsg};
/// [Rerun extensions]: crate::SUPPORTED_RERUN_EXTENSIONS
/// [3D models]: crate::SUPPORTED_MESH_EXTENSIONS
/// [Images]: crate::SUPPORTED_IMAGE_EXTENSIONS
/// [Text files]: crate::SUPPORTED_TEXT_EXTENSIONS
//
// TODO(#4525): `DataLoader`s should support arbitrary URIs
// TODO(#4526): `DataLoader`s should be exposed to the SDKs
Expand Down

0 comments on commit bae6752

Please sign in to comment.