We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53f2877 commit e0f8b17Copy full SHA for e0f8b17
1 file changed
src/input/asset.rs
@@ -35,7 +35,7 @@ struct AssetRaw {
35
///
36
/// # Returns
37
38
-/// A `HashMap` containing assets grouped by agent ID.
+/// A `Vec` of [`Asset`]s or an error.
39
pub fn read_assets(
40
model_dir: &Path,
41
agent_ids: &IndexSet<AgentID>,
0 commit comments