File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -47,20 +47,20 @@ pub struct FormatOptions {
47
47
#[ derive( Clone , Copy , Debug ) ]
48
48
pub struct Margin {
49
49
/// The available whitespace in the left that can be consumed when centering.
50
- pub whitespace_left : usize ,
50
+ whitespace_left : usize ,
51
51
/// The column of the beginning of left-most span.
52
- pub span_left : usize ,
52
+ span_left : usize ,
53
53
/// The column of the end of right-most span.
54
- pub span_right : usize ,
54
+ span_right : usize ,
55
55
/// The beginning of the line to be displayed.
56
- pub computed_left : usize ,
56
+ computed_left : usize ,
57
57
/// The end of the line to be displayed.
58
- pub computed_right : usize ,
58
+ computed_right : usize ,
59
59
/// The current width of the terminal. 140 by default and in tests.
60
- pub column_width : usize ,
60
+ column_width : usize ,
61
61
/// The end column of a span label, including the span. Doesn't account for labels not in the
62
62
/// same line as the span.
63
- pub label_right : usize ,
63
+ label_right : usize ,
64
64
}
65
65
66
66
impl Margin {
You can’t perform that action at this time.
0 commit comments