Skip to content

Commit

Permalink
Fix doc-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed Jan 15, 2024
1 parent c4a460d commit 53ad645
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/kas-core/src/layout/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,7 @@ impl From<AxisInfo> for Directions {
/// }
/// impl Layout for Self {
/// fn size_rules(&mut self, sizer: SizeCx, axis: AxisInfo) -> SizeRules {
/// let mut rules = self.layout_visitor()::size_rules(sizer, axis);
/// let mut rules = self.layout_visitor().size_rules(sizer, axis);
/// rules.set_stretch(Stretch::High);
/// rules
/// }
Expand Down

0 comments on commit 53ad645

Please sign in to comment.