mirror of
https://github.com/typst/typst
synced 2025-08-23 19:24:14 +08:00
Revert another stray change
This commit is contained in:
parent
b25cdcdcb3
commit
df3586ed00
@ -705,10 +705,6 @@ impl Debug for Items<'_> {
|
|||||||
}
|
}
|
||||||
|
|
||||||
/// A reference to or a boxed item.
|
/// A reference to or a boxed item.
|
||||||
///
|
|
||||||
/// This is conceptually similar to a [`Cow<'a, Item<'a>>`][std::borrow::Cow],
|
|
||||||
/// but we box owned items since an [`Item`] is much bigger than
|
|
||||||
/// a box.
|
|
||||||
pub enum ItemEntry<'a> {
|
pub enum ItemEntry<'a> {
|
||||||
Ref(&'a Item<'a>),
|
Ref(&'a Item<'a>),
|
||||||
Box(Box<Item<'a>>),
|
Box(Box<Item<'a>>),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user