We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c78f72 commit ca1d526Copy full SHA for ca1d526
src/cli/markdown.rs
@@ -11,7 +11,7 @@ struct LineWrapper<'a, T: Terminal> {
11
indent: u32,
12
margin: u32,
13
pos: u32,
14
- pub(crate) w: &'a mut T,
+ w: &'a mut T,
15
}
16
17
impl<'a, T: Terminal + 'a> LineWrapper<'a, T> {
0 commit comments