Skip to content

Commit

Permalink
Make yoga_helpers module public (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns committed Feb 7, 2023
1 parent 7672268 commit f784137
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benches/helpers/mod.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#[cfg(feature = "yoga_benchmark")]
mod yoga_helpers;
pub mod yoga_helpers;

/// A helper function to recursively construct a deep tree
pub fn build_deep_tree<T, N>(
Expand Down

0 comments on commit f784137

Please sign in to comment.