Skip to content

Commit

Permalink
Make ShapeArrayElement2 element public
Browse files Browse the repository at this point in the history
  • Loading branch information
ThatNintendoNerd committed Feb 21, 2024
1 parent a97a8fa commit ad88e47
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lvd_lib/src/shape.rs
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ impl Version for ShapeArray2 {
#[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
#[cfg_attr(feature = "serde", serde(transparent))]
#[derive(Debug)]
pub struct ShapeArrayElement2(Versioned<Shape2>);
pub struct ShapeArrayElement2(pub Versioned<Shape2>);

impl Version for ShapeArrayElement2 {
fn version(&self) -> u8 {
Expand Down

0 comments on commit ad88e47

Please sign in to comment.