Skip to content

Commit

Permalink
Fix 'Unnecessary pub(self)' lint (#506)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Jul 7, 2023
1 parent cbd5d1d commit d326830
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tree/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ mod measure_func;
pub use measure_func::{Measurable, MeasureFunc};
mod node;
#[cfg(feature = "taffy_tree")]
pub(self) use node::NodeData;
use node::NodeData;
pub use node::NodeId;
#[cfg(feature = "taffy_tree")]
mod taffy_tree;
Expand Down

0 comments on commit d326830

Please sign in to comment.