Skip to content

Commit

Permalink
context: export data_mut method
Browse files Browse the repository at this point in the history
  • Loading branch information
Nouzan committed Oct 6, 2023
1 parent a8920ed commit b6ee040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/indicator/src/context/anymap.rs
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ impl Context {
}

/// Get the data context mutably.
pub(crate) fn data_mut(&mut self) -> &mut Map {
pub fn data_mut(&mut self) -> &mut Map {
&mut self.data
}
}

0 comments on commit b6ee040

Please sign in to comment.