Skip to content

Commit a87efa1

Browse files
committed
Make Asset::id private
We no longer need it outside of `asset.rs`.
1 parent 4461085 commit a87efa1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/asset.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ impl AssetID {
2323
#[derive(Clone, Debug, PartialEq)]
2424
pub struct Asset {
2525
/// A unique identifier for the asset
26-
pub id: AssetID,
26+
id: AssetID,
2727
/// A unique identifier for the agent
2828
pub agent_id: AgentID,
2929
/// The [`Process`] that this asset corresponds to

0 commit comments

Comments
 (0)