Skip to content

Commit

Permalink
test: make fake module pub
Browse files Browse the repository at this point in the history
  • Loading branch information
Trouv committed Oct 14, 2023
1 parent edbf094 commit 6a0a1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ldtk/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ use crate::prelude::LdtkEntity;
pub mod all_some_iter;
mod color;
#[cfg(test)]
mod fake;
pub mod fake;
mod field_instance;
mod impl_definitions;
pub mod ldtk_fields;
Expand Down

0 comments on commit 6a0a1d4

Please sign in to comment.