mirror of
https://github.com/typst/typst
synced 2025-08-23 11:14:13 +08:00
Remove another stray change
This commit is contained in:
parent
5ae74fe2dd
commit
b25cdcdcb3
@ -26,7 +26,6 @@ const LINE_SEPARATOR: char = '\u{2028}'; // We use LS to distinguish justified b
|
|||||||
/// first and last one since they may be broken apart by the start or end of the
|
/// first and last one since they may be broken apart by the start or end of the
|
||||||
/// line, respectively. But even those can partially reuse previous results when
|
/// line, respectively. But even those can partially reuse previous results when
|
||||||
/// the break index is safe-to-break per rustybuzz.
|
/// the break index is safe-to-break per rustybuzz.
|
||||||
#[derive(Debug)]
|
|
||||||
pub struct Line<'a> {
|
pub struct Line<'a> {
|
||||||
/// The items the line is made of.
|
/// The items the line is made of.
|
||||||
pub items: Items<'a>,
|
pub items: Items<'a>,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user